diff options
| author | Menny Even Danan <menny@evendanan.net> | 2020-07-14 17:26:52 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-07-14 17:26:52 +0000 |
| commit | 96df430f3880b6103f278c89fe0efe9dd2a79048 (patch) | |
| tree | 5ed2866df451654139b6a94cfb403b42d5e1a77a /.github/workflows | |
| parent | 50da07260bfe3a5352de00512ca2f1ed3155c3c0 (diff) | |
| download | AnySoftKeyboard-96df430f3880b6103f278c89fe0efe9dd2a79048.tar.gz AnySoftKeyboard-96df430f3880b6103f278c89fe0efe9dd2a79048.tar.bz2 | |
Delete close_stale.yml
Stale does not work well for this project.
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/close_stale.yml | 27 |
1 files changed, 0 insertions, 27 deletions
diff --git a/.github/workflows/close_stale.yml b/.github/workflows/close_stale.yml deleted file mode 100644 index caabc7f2a..000000000 --- a/.github/workflows/close_stale.yml +++ /dev/null @@ -1,27 +0,0 @@ -name: close-stales - -on: - schedule: - - cron: '27 10 * * *' - -jobs: - stale-issues: - runs-on: ubuntu-latest - steps: - - 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 this will be closed in 8 days' - days-before-stale: 400 - days-before-close: 8 - operations-per-run: 30 - stale-pr: - runs-on: ubuntu-latest - steps: - - 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 this will be closed in 8 days' - days-before-stale: 40 - days-before-close: 8 - operations-per-run: 30 |
