From 240abbd51801ee1f69bb8c15e049dba50a90c80c Mon Sep 17 00:00:00 2001 From: Darrell Kuhn Date: Wed, 25 Sep 2019 17:14:19 -0700 Subject: [PATCH 1/3] Add files via upload --- .github/stale.yml | 44 ++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 44 insertions(+) create mode 100644 .github/stale.yml diff --git a/.github/stale.yml b/.github/stale.yml new file mode 100644 index 0000000000..9f85f9abba --- /dev/null +++ b/.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. From da9390fa75a4aa3a486e9d1f2667a8b87b2676b9 Mon Sep 17 00:00:00 2001 From: Darrell Kuhn Date: Wed, 25 Sep 2019 17:20:36 -0700 Subject: [PATCH 2/3] Update stale.yml --- .github/stale.yml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/.github/stale.yml b/.github/stale.yml index 9f85f9abba..7871460510 100644 --- a/.github/stale.yml +++ b/.github/stale.yml @@ -23,7 +23,8 @@ staleLabel: wontfix 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. +# 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 @@ -33,8 +34,8 @@ pulls: 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. - +# 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 From 119e627ad254e31f564a42a43a9273f7f32353d6 Mon Sep 17 00:00:00 2001 From: Darrell Kuhn Date: Thu, 26 Sep 2019 18:06:36 -0700 Subject: [PATCH 3/3] Update stale.yml --- .github/stale.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/stale.yml b/.github/stale.yml index 7871460510..4503c902c6 100644 --- a/.github/stale.yml +++ b/.github/stale.yml @@ -23,7 +23,7 @@ staleLabel: wontfix 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. +# 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