aboutsummaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorCarlo Landmeter <clandmeter@alpinelinux.org>2019-03-03 00:44:07 +0000
committerCarlo Landmeter <clandmeter@alpinelinux.org>2019-03-03 00:45:03 +0000
commit7e94fbdfdfbcf1bffbb046a43fbfe56c537d5ffb (patch)
tree7ee757369476ea14b9c3b823c3fb10d67a67eef5 /.github
parent6ee930cc6ca82aa363e3fa29601e46625da7b88d (diff)
downloadalpine_aports-7e94fbdfdfbcf1bffbb046a43fbfe56c537d5ffb.tar.bz2
alpine_aports-7e94fbdfdfbcf1bffbb046a43fbfe56c537d5ffb.tar.xz
alpine_aports-7e94fbdfdfbcf1bffbb046a43fbfe56c537d5ffb.zip
github: lower stale trigger days to 60
set close to 14 days after stale label modify the stale message to include tips for contributors
Diffstat (limited to '.github')
-rw-r--r--.github/stale.yml62
1 files changed, 14 insertions, 48 deletions
diff --git a/.github/stale.yml b/.github/stale.yml
index 86089d3025..8f86530dae 100644
--- a/.github/stale.yml
+++ b/.github/stale.yml
@@ -1,53 +1,19 @@
1# Configuration for probot-stale - https://github.com/probot/stale 1# Configuration for probot-stale - https://github.com/probot/stale
2 2
3# Number of days of inactivity before an Issue or Pull Request becomes stale
4daysUntilStale: 180
5
6# Number of days of inactivity before a stale Issue or Pull Request is closed.
7# Set to false to disable. If disabled, issues still need to be closed manually, but will remain marked as stale.
8daysUntilClose: 7
9
10# Issues or Pull Requests with these labels will never be considered stale. Set to `[]` to disable
11exemptLabels:
12 - S-WIP
13
14# Set to true to ignore issues in a project (defaults to false)
15exemptProjects: false
16
17# Set to true to ignore issues in a milestone (defaults to false)
18exemptMilestones: false
19
20# Label to use when marking as stale
21staleLabel: S-stale
22
23# Comment to post when marking as stale. Set to `false` to disable
24markComment: >
25 This issue has been automatically marked as stale because it has not had
26 recent activity. It will be closed if no further activity occurs. Thank you
27 for your contributions.
28
29# Comment to post when removing the stale label.
30# unmarkComment: >
31# Your comment here.
32
33# Comment to post when closing a stale Issue or Pull Request.
34# closeComment: >
35# Your comment here.
36
37# Limit the number of actions per hour, from 1-30. Default is 30
38limitPerRun: 30
39
40# Limit to only `issues` or `pulls`
41only: pulls
42
43# Optionally, specify configuration settings that are specific to just 'issues' or 'pulls':
44pulls: 3pulls:
45 daysUntilStale: 180 4 daysUntilStale: 60
5 daysUntilClose: 14
6 staleLabel: S-stale
7 exemptLabels:
8 - S-WIP
46 markComment: > 9 markComment: >
47 This pull request has been automatically marked as stale because it has not 10 This pull request has been automatically marked as stale because it has not
48 had activity in the last 180 days. It will be closed in 7 days if no further 11 had activity in the last 60 days. It will be automatically closed if no
49 activity occurs. Thank you for your contributions. 12 further activity occurs in the next 14 days. If you are still waiting for a
50 13 review or response from one of our developers you can leave a comment to
51# issues: 14 remove the stale label. If you know the username of the maintainer of the
52# exemptLabels: 15 aport you could try to mention the username in the comment. You can also
53# - confirmed 16 join our IRC channels on freenode and see if you can find an available
17 developer. Thank you for your contributions.
18 closeComment: >
19 This pull request has been automatically closed.