aboutsummaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorDanielshe <daniel@shedaniel.me>2019-09-13 17:26:24 +0800
committerGitHub <noreply@github.com>2019-09-13 17:26:24 +0800
commit3a4d8d3ecc501b4e9e3d8dae4e352aa875533d65 (patch)
tree9592050d3c9e1e021b1897d18db49664caa89939 /.github
parentc4ebf59b47dd49a4864d16bedbe22405be438cf0 (diff)
downloadRoughlyEnoughItems-3a4d8d3ecc501b4e9e3d8dae4e352aa875533d65.tar.gz
RoughlyEnoughItems-3a4d8d3ecc501b4e9e3d8dae4e352aa875533d65.tar.bz2
RoughlyEnoughItems-3a4d8d3ecc501b4e9e3d8dae4e352aa875533d65.zip
Update stale.yml
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/stale.yml9
1 files changed, 5 insertions, 4 deletions
diff --git a/.github/workflows/stale.yml b/.github/workflows/stale.yml
index 688fb4deb..4160bd9d5 100644
--- a/.github/workflows/stale.yml
+++ b/.github/workflows/stale.yml
@@ -13,7 +13,8 @@ jobs:
- uses: actions/stale@v1
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
- stale-issue-message: 'Stale issue message'
- stale-pr-message: 'Stale pull request message'
- stale-issue-label: 'no-issue-activity'
- stale-pr-label: 'no-pr-activity'
+ stale-issue-message: 'This issue is marked with stale as this issue had no activity in 60 days. This issue will not be automatically closed.'
+ stale-pr-message: 'This pull request is marked with stale as this pull request had no activity in 60 days. This pull request will not be automatically closed.'
+ stale-issue-label: 'stale'
+ stale-pr-label: 'stale'
+ days-before-close: 1000000000