Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/stale.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
stale:
runs-on: ubuntu-latest
steps:
- uses: actions/stale@0649bd81195b7ac109fbf9dde113af7e58a78b8e # v1.1.1
- uses: actions/stale@b5d41d4e1d5dceea10e7104786b73624c18a190f # v10.2.0
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P1 Badge Rename exempt label inputs when upgrading to actions/stale v10

Pinning actions/stale to v10.2.0 changes the accepted input names, but this workflow still uses exempt-issue-label and exempt-pr-label (singular) from v1.1.1; in v10 the action only defines exempt-issue-labels and exempt-pr-labels (plural). GitHub Actions treats unknown inputs as unexpected and ignores them, so items labeled stale/exempt will no longer be excluded and can be marked stale unexpectedly.

Useful? React with 👍 / 👎.

with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
stale-issue-message: >-
Expand Down
Loading