diff options
Diffstat (limited to '.github/stale.yml')
| -rw-r--r-- | .github/stale.yml | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/.github/stale.yml b/.github/stale.yml new file mode 100644 index 0000000..b17326f --- /dev/null +++ b/.github/stale.yml @@ -0,0 +1,19 @@ +pulls: + # Number of days of inactivity before a PR becomes stale + daysUntilStale: 1 + # Number of days of inactivity before a stale PR is closed + daysUntilClose: 7 + # PRs with these labels will never be considered stale + exemptLabels: + - Error + - Keep + # Label to use when marking an issue as stale + staleLabel: Stale + # Comment to post when marking an issue as stale. Set to `false` to disable + markComment: > + This pull request has been awaiting review for 24 hours. If you are a reviewer, please + complete your review as soon as possible. If you are unable to do so, please find someone + else to cover for you! If this should be kept open for other reason, assign the label `Keep` + and stale won't comment on it again. Otherwise in a week this candidate review will be closed. + # Comment to post when closing a stale issue. Set to `false` to disable + closeComment: false |
