Skip to content
Open
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@eb5cf3af3ac0a1aa4c9c45633dd1ae542a27a899 # v10.3.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 Update stale input names when bumping to v10

This version bump switches to actions/stale v10, but the workflow still uses the legacy exemption input names from v1 (exempt-issue-label / exempt-pr-label). In v10 the supported inputs are exempt-issue-labels and exempt-pr-labels (plural), so the current keys are ignored as unexpected inputs; as a result, items labeled stale/exempt will no longer be exempt and can be marked stale on scheduled runs. Please migrate these inputs to the v10 names (comma-separated list, even for one label).

Useful? React with 👍 / 👎.

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