forked from dsccommunity/xBitlocker
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Activate the GitHub App Stale on the GitHub repository (dsccommunity#21)
Showing
1 changed file
with
44 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,44 @@ | ||
# Configuration for probot-stale - https://github.com/probot/stale | ||
|
||
limitPerRun: 30 | ||
|
||
pulls: | ||
daysUntilStale: 14 | ||
daysUntilClose: false | ||
exemptProjects: true | ||
exemptMilestones: true | ||
staleLabel: abandoned | ||
exemptLabels: | ||
- needs review | ||
- on hold | ||
- waiting for CLA pass | ||
|
||
markComment: > | ||
Labeling this pull request (PR) as abandoned since it has gone 14 days or more | ||
since the last update. An abandoned PR can be continued by another contributor. | ||
The abandoned label will be removed if work on this PR is taken up again. | ||
issues: | ||
daysUntilStale: 30 | ||
daysUntilClose: 40 | ||
exemptProjects: true | ||
exemptMilestones: true | ||
staleLabel: stale | ||
exemptLabels: | ||
- bug | ||
- enhancement | ||
- tests | ||
- documentation | ||
- resource proposal | ||
- on hold | ||
|
||
markComment: > | ||
This issue has been automatically marked as stale because | ||
it has not had activity from the community in the last 30 days. It will be | ||
closed if no further activity occurs within 10 days. If the issue is labelled | ||
with any of the work labels (e.g bug, enhancement, documentation, or tests) | ||
then the issue will not auto-close. | ||
closeComment: > | ||
This issue has been automatically closed because it is has not had activity | ||
from the community in the last 40 days. |