aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMenny Even Danan <menny@evendanan.net>2020-02-15 17:16:10 +0000
committerGitHub <noreply@github.com>2020-02-15 17:16:10 +0000
commit7de7289d49bd5188cf8314a6949f7068e2532774 (patch)
treefa18f67cacc8345712cf73444e3a33e81e0db5b6
parenta4c3d07213d30fc3bdec47db66b7a87ee568621d (diff)
downloadAnySoftKeyboard-7de7289d49bd5188cf8314a6949f7068e2532774.tar.gz
AnySoftKeyboard-7de7289d49bd5188cf8314a6949f7068e2532774.tar.bz2
Update close_stale.yml
-rw-r--r--.github/workflows/close_stale.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/close_stale.yml b/.github/workflows/close_stale.yml
index 74ba8bbe9..caabc7f2a 100644
--- a/.github/workflows/close_stale.yml
+++ b/.github/workflows/close_stale.yml
@@ -11,7 +11,7 @@ jobs:
- uses: actions/stale@v1.1.0
with:
repo-token: ${{ secrets.BOT_MASTER_RW_GITHUB_TOKEN }}
- stale-issue-message: 'This issue is stale because it has been open 400 days with no activity. Remove stale label or comment or this will be closed in 8 days'
+ stale-issue-message: 'This issue is stale because it has been open 400 days with no activity. Remove stale label or this will be closed in 8 days'
days-before-stale: 400
days-before-close: 8
operations-per-run: 30
@@ -21,7 +21,7 @@ jobs:
- uses: actions/stale@v1.1.0
with:
repo-token: ${{ secrets.BOT_MASTER_RW_GITHUB_TOKEN }}
- stale-pr-message: 'This pull-request is stale because it has been open 40 days with no activity. Remove stale label or comment or this will be closed in 8 days'
+ stale-pr-message: 'This pull-request is stale because it has been open 40 days with no activity. Remove stale label or this will be closed in 8 days'
days-before-stale: 40
days-before-close: 8
operations-per-run: 30