aboutsummaryrefslogtreecommitdiffstats
path: root/.github/stale.yml
diff options
context:
space:
mode:
authorCarlo Landmeter <clandmeter@alpinelinux.org>2018-05-06 10:39:11 +0000
committerCarlo Landmeter <clandmeter@alpinelinux.org>2018-05-06 10:39:11 +0000
commitde74122884e5d0713be11ac11ae42bde4c1e0e95 (patch)
tree8c87cf8a20d87d3bf259042579524f1a03632cf6 /.github/stale.yml
parentdcdf309d1148069a5ba826cf1fd0b6f7d78e1c2b (diff)
downloadaports-de74122884e5d0713be11ac11ae42bde4c1e0e95.tar.bz2
aports-de74122884e5d0713be11ac11ae42bde4c1e0e95.tar.xz
Github: auto close stale PRs
https://github.com/apps/stale
Diffstat (limited to '.github/stale.yml')
-rw-r--r--.github/stale.yml53
1 files changed, 53 insertions, 0 deletions
diff --git a/.github/stale.yml b/.github/stale.yml
new file mode 100644
index 0000000000..86089d3025
--- /dev/null
+++ b/.github/stale.yml
@@ -0,0 +1,53 @@
+# Configuration for probot-stale - https://github.com/probot/stale
+
+# Number of days of inactivity before an Issue or Pull Request becomes stale
+daysUntilStale: 180
+
+# Number of days of inactivity before a stale Issue or Pull Request is closed.
+# Set to false to disable. If disabled, issues still need to be closed manually, but will remain marked as stale.
+daysUntilClose: 7
+
+# Issues or Pull Requests with these labels will never be considered stale. Set to `[]` to disable
+exemptLabels:
+ - S-WIP
+
+# 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
+
+# Label to use when marking as stale
+staleLabel: S-stale
+
+# Comment to post when marking as stale. Set to `false` to disable
+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.
+
+# Comment to post when removing the stale label.
+# unmarkComment: >
+# Your comment here.
+
+# Comment to post when closing a stale Issue or Pull Request.
+# closeComment: >
+# Your comment here.
+
+# Limit the number of actions per hour, from 1-30. Default is 30
+limitPerRun: 30
+
+# Limit to only `issues` or `pulls`
+only: pulls
+
+# Optionally, specify configuration settings that are specific to just 'issues' or 'pulls':
+pulls:
+ daysUntilStale: 180
+ markComment: >
+ This pull request has been automatically marked as stale because it has not
+ had activity in the last 180 days. It will be closed in 7 days if no further
+ activity occurs. Thank you for your contributions.
+
+# issues:
+# exemptLabels:
+# - confirmed