You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
Ubuntu
macOS
Windows
The runner is configured to use ubuntu-latest
I looked for changes in the file that uses exemptIssueLabels, however didn't find anything relevant for the time span you've described.
I also tried modifying the relevant test in main.spec.ts by adding a !stale label and the test passed successfully.
Maybe it has something to do with the escaping of the exclamation mark?
Description: I've configured the stale action to not mark issues with the
!stale
label as stale, usingexempt-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 labelAction version: v5
Platform:
The runner is configured to use ubuntu-latest
Runner type:
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.
The text was updated successfully, but these errors were encountered: