Skip to content

Commit

Permalink
Enable stale bot for PRs and questions (jaegertracing#2731)
Browse files Browse the repository at this point in the history
* Enable stale bot for PRs and questions

Signed-off-by: Yuri Shkuro <[email protected]>

* make it "warmer"

Signed-off-by: Yuri Shkuro <[email protected]>

* change stale label

Signed-off-by: Yuri Shkuro <[email protected]>

Co-authored-by: Juraci Paixão Kröhling <[email protected]>
  • Loading branch information
yurishkuro and jpkrohling authored Jan 20, 2021
1 parent 05391db commit fe2a8ab
Showing 1 changed file with 28 additions and 4 deletions.
32 changes: 28 additions & 4 deletions .github/stale.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,28 @@
daysUntilStale: 60
daysUntilClose: 7
onlyLabels:
- needs-info
# Label to use when marking as stale
staleLabel: stale

pulls:
daysUntilStale: 60
daysUntilClose: 14
onlyLabels: []
exemptLabels: []
markComment: >
This pull request has been automatically marked as stale because it has not had
recent activity. It will be closed if no further activity occurs. You may re-open
it if you need more time.
closeComment: >
This pull request has been automatically closed due to inactivity. You may re-open
it if you need more time. We really appreciate your contribution and we are sorry
that this has not been completed.
issues:
daysUntilStale: 30
daysUntilClose: 7
onlyLabels:
- question
exemptLabels: []
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.
closeComment: >
This issue has been automatically closed due to inactivity.

0 comments on commit fe2a8ab

Please sign in to comment.