diff options
| author | Aleksandr Nogikh <nogikh@google.com> | 2023-08-02 14:21:55 +0200 |
|---|---|---|
| committer | Aleksandr Nogikh <nogikh@google.com> | 2023-08-02 12:35:45 +0000 |
| commit | b178af491c6df304580bfef024c68eee5b6a1df5 (patch) | |
| tree | bb19c25b37411c7f0567b21d368e276161bb0ea5 /.github | |
| parent | df07ffe8f9d561e9795b2dcf75a2af0bc1e7e9fa (diff) | |
all: remove closestale.yaml
This reverts commit 71f8554dae7330f8cfa1b22775ebafdff2315623.
The bot has begun to actually close stale issues and it does not seem to
be the behavior we want. Let's disable it for now.
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/closestale.yaml | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/.github/workflows/closestale.yaml b/.github/workflows/closestale.yaml deleted file mode 100644 index 92d759aa6..000000000 --- a/.github/workflows/closestale.yaml +++ /dev/null @@ -1,19 +0,0 @@ -# Copyright 2023 syzkaller project authors. All rights reserved. -# Use of this source code is governed by Apache 2 LICENSE that can be found in the LICENSE file. - -# https://github.com/actions/stale for details. - -name: 'Label/close stale PRs' -on: - schedule: - - cron: '30 * * * *' - -jobs: - stale: - runs-on: ubuntu-latest - steps: - - uses: actions/stale@v8 - with: - stale-pr-message: 'This PR is stale because it has been open 90 days with no activity.' - days-before-pr-stale: 90 - days-before-pr-close: -1 # never |
