Skip to content

Commit fb6f368

Browse files
authored
Archive stale issues and pull request (#906)
Enable a bot that will automatically archive issues older than 6 months or PR older than 2 months. The bot will run every our and will archive one single issue per hour. Archived issues will be labeled as "archived" and can be reopened if needed. Commenting on the issue or PR or simply updating the PR branch is enough to count as "activity" and reset the stale counter.
1 parent c15a62f commit fb6f368

1 file changed

Lines changed: 20 additions & 0 deletions

File tree

.github/stale.yml

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
# Configuration for probot-stale - https://github.com/probot/stale
2+
3+
exemptProjects: false
4+
exemptMilestones: false
5+
6+
staleLabel: Archived
7+
8+
limitPerRun: 1
9+
10+
pulls:
11+
daysUntilStale: 60
12+
closeComment: >
13+
This pull request has been automatically detected as stale because it has not had
14+
recent activity and will be archived. Thank you for your contributions.
15+
16+
issues:
17+
daysUntilStale: 180
18+
closeComment: >
19+
This issue has been automatically detected as stale because it has not had
20+
recent activity and will be archived. Thank you for your contributions.

0 commit comments

Comments
 (0)