diff --git a/.github/workflows/close-stale-issues.yml b/.github/workflows/close-stale-issues.yml index 8e5c045df..88db2d986 100644 --- a/.github/workflows/close-stale-issues.yml +++ b/.github/workflows/close-stale-issues.yml @@ -46,4 +46,4 @@ jobs: # An allow-list of label(s) to only process the PRs which contain one of these label(s). any-of-pr-labels: 'needs-rebase' # Use this to ignore updates such as comments (only to keep the PR alive by bumping) - # ignore-pr-updates: true + ignore-pr-updates: true