We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 58b9021 commit d6c5c9aCopy full SHA for d6c5c9a
1 file changed
.github/workflows/stale-issue-pr.yaml
@@ -19,7 +19,7 @@ jobs:
19
20
steps:
21
- name: Mark stale issues and PRs
22
- uses: actions/stale@b5d41d4e1d5dceea10e7104786b73624c18a190f # v10.2.0 # Use the latest version of the Stale Action
+ uses: actions/stale@eb5cf3af3ac0a1aa4c9c45633dd1ae542a27a899 # v10.3.0 # Use the latest version of the Stale Action
23
with:
24
# Label to apply to stale issues
25
stale-issue-label: 'stale'
0 commit comments