diff options
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 |