diff options
author | Devin Dooley <dooleydevin@github.com> | 2025-05-20 22:42:24 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-05-20 22:42:24 +0000 |
commit | bf0e0fdbfbf48930a02b631447a3919672631e66 (patch) | |
tree | f567c46b7b7ea47bc49dc22ca6fc314bd7372cd8 | |
parent | 7e6cd454e651aa28c810cb9a89eda9efb29593f7 (diff) | |
download | gitignore-remove-stale-debug-setting.tar.gz gitignore-remove-stale-debug-setting.zip |
Run stale workflow without debug-only moderemove-stale-debug-setting
-rw-r--r-- | .github/workflows/stale.yml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/.github/workflows/stale.yml b/.github/workflows/stale.yml index 5f51ae20..8c8b0ddf 100644 --- a/.github/workflows/stale.yml +++ b/.github/workflows/stale.yml @@ -29,4 +29,3 @@ jobs: exempt-pr-labels: 'keep' close-issue-reason: not_planned ascending: true # Sort PRs by last updated date in ascending order - debug-only: true # Set to true to test the action without actually closing any PRs |