We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2e13063 commit 2dbcdb8Copy full SHA for 2dbcdb8
.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@v10.1.0 # Use the latest version of the Stale Action
+ uses: actions/stale@v10.1.1 # Use the latest version of the Stale Action
23
with:
24
# Label to apply to stale issues
25
stale-issue-label: 'stale'
@@ -49,4 +49,4 @@ jobs:
49
50
# Remove the stale label when an issue/PR is updated/comments
51
remove-issue-stale-when-updated: true # Remove the stale label when an issue is updated
52
- remove-pr-stale-when-updated: true # Remove the stale label when a PR is updated
+ remove-pr-stale-when-updated: true # Remove the stale label when a PR is updated
0 commit comments