Skip to content

Commit

Permalink
feat: add stale yml (#109)
Browse files Browse the repository at this point in the history
  • Loading branch information
sysulq committed Aug 20, 2021
1 parent adcd691 commit 5690010
Showing 1 changed file with 41 additions and 0 deletions.
41 changes: 41 additions & 0 deletions .github/.stale.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,41 @@
# Configuration for probot-stale - https://github.com/probot/stale

# Label applied when closing
staleLabel: stale

# Configuration settings that are specific to just 'issues' or 'pulls':
pulls:
daysUntilStale: 60
daysUntilClose: 28
limitPerRun: 5
markComment: >
This pull request has been marked as stale due to 60 days of inactivity.
It will be closed in 4 weeks if no further activity occurs. If you think
that's incorrect or this pull request should instead be reviewed, please simply
write any comment. Even if closed, you can still revive the PR at any time.
Thank you for your contributions.
unmarkComment: >
This pull request/issue is no longer marked as stale.
closeComment: >
This pull request/issue has been closed due to lack of activity. If you think that
is incorrect, or the pull request requires review, you can revive the PR at any time.
issues:
daysUntilStale: 350
daysUntilClose: 14
markComment: >
This issue has been marked as stale due to 350 days of inactivity.
It will be closed in 2 weeks if no further activity occurs. If this issue is still
relevant, please simply write any comment. Even if closed, you can still revive the
issue at any time or discuss it on the dev@apisix.apache.org list.
Thank you for your contributions.
unmarkComment: >
This issue is no longer marked as stale.
closeComment: >
This issue has been closed due to lack of activity. If you think that
is incorrect, or the issue requires additional review, you can revive the issue at
any time.
# Issues with these labels will never be considered stale.
exemptLabels:
- bug
- enhancement
- good first issue

0 comments on commit 5690010

Please sign in to comment.