diff options
| author | Menny Even Danan <menny@evendanan.net> | 2020-02-15 17:16:10 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-02-15 17:16:10 +0000 |
| commit | 7de7289d49bd5188cf8314a6949f7068e2532774 (patch) | |
| tree | fa18f67cacc8345712cf73444e3a33e81e0db5b6 /.github/workflows | |
| parent | a4c3d07213d30fc3bdec47db66b7a87ee568621d (diff) | |
| download | AnySoftKeyboard-7de7289d49bd5188cf8314a6949f7068e2532774.tar.gz AnySoftKeyboard-7de7289d49bd5188cf8314a6949f7068e2532774.tar.bz2 | |
Update close_stale.yml
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/close_stale.yml | 4 |
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 |
