Skip to content

Commit 11f1ae6

Browse files
authored
Add r: timeout label to bugs/pr closed by no response bot. (#129408)
Adds r: timeout to bugs closed by inactivity. Bug: flutter/flutter#104962
1 parent 9fa4b53 commit 11f1ae6

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/no-response.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,10 +36,12 @@ jobs:
3636
# Number of days of inactivity before an issue is closed for lack of response.
3737
days-before-stale: -1
3838
days-before-close: 21
39+
close-issue-label: "r: timeout"
3940
# Label requiring a response.
4041
stale-issue-label: "waiting for customer response"
4142
stale-pr-label: "needs-info"
4243
close-pr-message: >
4344
Without additional information we're not able to resolve this PR.
4445
Feel free to add more info or respond to any questions above.
4546
Thanks for your contribution!
47+
close-pr-label: "r: timeout"

0 commit comments

Comments
 (0)