Skip to content
This repository has been archived by the owner on Jun 5, 2023. It is now read-only.

Commit

Permalink
Merge pull request #3233 from forseti-security/dekuhn-patch-5
Browse files Browse the repository at this point in the history
Adding stale.yml initial probot-stale configuration
  • Loading branch information
dekuhn committed Sep 27, 2019
2 parents bc9cc9f + d878e51 commit 0b706a6
Showing 1 changed file with 45 additions and 0 deletions.
45 changes: 45 additions & 0 deletions .github/stale.yml
@@ -0,0 +1,45 @@
# Forseti-Security repo probot-stale configuration

# Only issues or pull requests with all of these labels are check if stale. Defaults to `[]` (disabled)
onlyLabels: []

# Issues or Pull Requests with these labels will never be considered stale. Set to `[]` to disable
exemptLabels:
- security

# Set to true to ignore issues in a project (defaults to false)
exemptProjects: false

# Set to true to ignore issues in a milestone (defaults to false)
exemptMilestones: false

# Set to true to ignore issues with an assignee (defaults to false)
exemptAssignees: true

# Label to use when marking as stale
staleLabel: wontfix

# Limit the number of actions per hour, from 1-30. Default is 30
limitPerRun: 5

# Configuration settings specific to pull requests
# Details: pull requests older than 30 days will become stale, after 37 days of no activity the issue is closed.
# Stale notice message will be posted to the pull request at 30 days.
pulls:
daysUntilStale: 30
daysUntilClose: 7
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. Thank you
for your contributions.

# Configuration settings specific to issues
# Details: Issues older than 5 months will become stale at 152 days. After 182 days of no activity the issue is closed.
# Stale notice message will be posted to the issue at 152 days.
issues:
daysUntilStale: 152
daysUntilClose: 30
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.

0 comments on commit 0b706a6

Please sign in to comment.