Skip to content

Commit 3b29659

Browse files
fix: GitHub Terraform: Create/Update .github/workflows/stale.yaml [skip ci]
1 parent efe9a19 commit 3b29659

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/stale.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
pull-requests: write
1818
issues: write
1919
steps:
20-
- uses: actions/stale@v9
20+
- uses: actions/stale@v10
2121
with:
2222
stale-pr-message: "This PR is stale because it has been open for 30 days with no activity. Remove stale label or comment or this will be closed in 7 days."
2323
close-pr-message: "This PR was closed because it has been stalled for 7 days with no activity."

0 commit comments

Comments
 (0)