Skip to content

Commit e382a3c

Browse files
ci: Fix misstype in stale pipeline
1 parent a81c3f3 commit e382a3c

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
@@ -10,7 +10,7 @@ jobs:
1010
- uses: actions/stale@v5
1111
with:
1212
repo-token: ${{ secrets.GITHUB_TOKEN }}
13-
stale-issue-message: "This issue is stale because it has been open 30 days with no activity. Remove stale label or comment or this will be closed in 5 days."
13+
stale-issue-message: "This issue is stale because it has been open 30 days with no activity. Remove stale label or comment or this will be closed in 7 days."
1414
close-issue-message: "This issue was closed because it has been stalled for 7 days with no activity."
1515
days-before-stale: 30
1616
days-before-pr-close: -1

0 commit comments

Comments
 (0)