Skip to content

Commit 2dbcdb8

Browse files
update .github/workflows/stale-issue-pr.yaml
1 parent 2e13063 commit 2dbcdb8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/stale-issue-pr.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919

2020
steps:
2121
- name: Mark stale issues and PRs
22-
uses: actions/stale@v10.1.0 # Use the latest version of the Stale Action
22+
uses: actions/stale@v10.1.1 # Use the latest version of the Stale Action
2323
with:
2424
# Label to apply to stale issues
2525
stale-issue-label: 'stale'
@@ -49,4 +49,4 @@ jobs:
4949

5050
# Remove the stale label when an issue/PR is updated/comments
5151
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
52+
remove-pr-stale-when-updated: true # Remove the stale label when a PR is updated

0 commit comments

Comments
 (0)