diff options
author | Nick Brassel <nick@tzarc.org> | 2022-06-17 07:16:01 +1000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-06-17 07:16:01 +1000 |
commit | 5ccb2fd003a99f7a9d19e4742ddd3cd1d45aceb1 (patch) | |
tree | cebeb5991e508947f16addb3334f769fbafb0ace /.github/workflows | |
parent | 8be0496347e7501395a0515b8733534a27312f49 (diff) |
Swap to actions/stale. (#17404)
Diffstat (limited to '.github/workflows')
-rw-r--r-- | .github/workflows/stale.yml | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/.github/workflows/stale.yml b/.github/workflows/stale.yml index 8d24911dc7..50af8b0a04 100644 --- a/.github/workflows/stale.yml +++ b/.github/workflows/stale.yml @@ -16,8 +16,6 @@ jobs: with: repo-token: ${{ secrets.GITHUB_TOKEN }} - debug-only: true - remove-stale-when-updated: true exempt-draft-pr: true ascending: true |