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

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
dekuhn committed Sep 26, 2019
1 parent a4b8f36 commit 240abbd
Showing 1 changed file with 44 additions and 0 deletions.
44 changes: 44 additions & 0 deletions .github/stale.yml
@@ -0,0 +1,44 @@
# 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 3o 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 240abbd

Please sign in to comment.