Skip to content

Commit

Permalink
update stale bot configuration to close staled issues in 21 days
Browse files Browse the repository at this point in the history
  • Loading branch information
Mahmoudz committed Feb 7, 2020
1 parent c8c63e6 commit 6613409
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .github/stale.yml
Original file line number Diff line number Diff line change
@@ -1,21 +1,21 @@
# Configuration for probot-stale - https://github.com/probot/stale
# Configuration for Github probot-stale - https://github.com/probot/stale

# Number of days of inactivity before an issue becomes stale
daysUntilStale: 180
daysUntilStale: 90
# Number of days of inactivity before a stale issue is closed
daysUntilClose: 90
daysUntilClose: 21
# Issues with these labels will never be considered stale
exemptLabels:
- 'Type: Feature Request'
# Label to use when marking an issue as stale
staleLabel: stale
staleLabel: Stale
# Comment to post when marking an issue as stale. Set to `false` to disable
markComment: >
This issue has been automatically marked as stale because it has not had
recent activity. It will be closed if no further activity occurs. Thank you
for your contributions.
Hi πŸ‘‹ this issue has been automatically marked as `stale` πŸ“Œ because it has not had recent activity 😴.
It will be closed if no further activity occurs. Thank you for your contributions ❀️.
# Comment to post when closing a stale issue. Set to `false` to disable
closeComment: >
This issue has been automatically closed because it had not recent activity during the stale period.
Hi again πŸ‘‹ we would like to inform you that this issue has been automatically `closed` πŸ”’ because it had not recent activity during the `stale` period.
We really really appreciate your contributions, and looking forward for more in the future 🎈.
# Limit to only `issues` or `pulls`
only: issues

0 comments on commit 6613409

Please sign in to comment.