diff --git a/.github/stale.yml b/.github/stale.yml new file mode 100644 index 0000000000..4503c902c6 --- /dev/null +++ b/.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.