Unverified Commit 11f1ae6f authored by godofredoc's avatar godofredoc Committed by GitHub

Add r: timeout label to bugs/pr closed by no response bot. (#129408)

Adds r: timeout to bugs closed by inactivity.

Bug: https://github.com/flutter/flutter/issues/104962
parent 9fa4b53c
...@@ -36,6 +36,7 @@ jobs: ...@@ -36,6 +36,7 @@ jobs:
# Number of days of inactivity before an issue is closed for lack of response. # Number of days of inactivity before an issue is closed for lack of response.
days-before-stale: -1 days-before-stale: -1
days-before-close: 21 days-before-close: 21
close-issue-label: "r: timeout"
# Label requiring a response. # Label requiring a response.
stale-issue-label: "waiting for customer response" stale-issue-label: "waiting for customer response"
stale-pr-label: "needs-info" stale-pr-label: "needs-info"
...@@ -43,3 +44,4 @@ jobs: ...@@ -43,3 +44,4 @@ jobs:
Without additional information we're not able to resolve this PR. Without additional information we're not able to resolve this PR.
Feel free to add more info or respond to any questions above. Feel free to add more info or respond to any questions above.
Thanks for your contribution! Thanks for your contribution!
close-pr-label: "r: timeout"
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment