stale icon indicating copy to clipboard operation
stale copied to clipboard

Action is ignoring non-stale tag on issues.

Open NotLazy opened this issue 5 months ago • 1 comments

Description: I've configured the stale action to not mark issues with the !stale label as stale, using exempt-issue-labels: \!stale which was working for some time when I added it 7 months ago, but for the last 3-4 months it's been ignoring the label

Action version: v5

Platform:

  • [x] Ubuntu
  • [ ] macOS
  • [ ] Windows The runner is configured to use ubuntu-latest

Runner type:

  • [x] Hosted
  • [ ] Self-hosted Github runs the action automatically.

Repro steps: https://github.com/hainguyents13/mechvibes/blob/master/.github/workflows/stale.yml

Expected behavior: I expect the issues to not be marked as stale, as was previously working 6-7 months ago.

Actual behavior: Issues which should not be marked stale are being marked stale.

NotLazy avatar Sep 12 '24 17:09 NotLazy