File tree 1 file changed +12
-7
lines changed 1 file changed +12
-7
lines changed Original file line number Diff line number Diff line change @@ -3,8 +3,6 @@ name: No Response
3
3
# Both `issue_comment` and `scheduled` event types are required for this Action
4
4
# to work properly.
5
5
on :
6
- issue_comment :
7
- types : [created]
8
6
schedule :
9
7
# Schedule for five minutes after the hour, every hour
10
8
- cron : ' 5 * * * *'
13
11
# specified are set to 'none'.
14
12
permissions :
15
13
issues : write
14
+ pull-requests : write
16
15
17
16
jobs :
18
- noResponse :
17
+ no-response :
19
18
runs-on : ubuntu-latest
20
19
if : ${{ github.repository == 'flutter/flutter' }}
21
20
steps :
22
- - uses : godofredoc/no-response@0ce2dc0e63e1c7d2b87752ceed091f6d32c9df09
21
+ - uses : actions/stale@1160a2240286f5da8ec72b1c0816ce2481aabf84
23
22
with :
24
23
token : ${{ github.token }}
25
24
# Comment to post when closing an Issue for lack of response. Set to `false` to disable
26
- closeComment : >
25
+ close-issue-message : >
27
26
Without additional information, we are unfortunately not sure how to
28
27
resolve this issue. We are therefore reluctantly going to close this
29
28
bug for now.
35
34
36
35
Thanks for your contribution.
37
36
# Number of days of inactivity before an issue is closed for lack of response.
38
- daysUntilClose : 21
37
+ days-before-stale : -1
38
+ days-before-close : 21
39
39
# Label requiring a response.
40
- responseRequiredLabel : " waiting for customer response"
40
+ stale-issue-label : " waiting for customer response"
41
+ stale-pr-label : " needs-info"
42
+ close-pr-message : >
43
+ Without additional information we're not able to resolve this PR.
44
+ Feel free to add more info or respond to any questions above.
45
+ Thanks for your contribution!
You can’t perform that action at this time.
0 commit comments