Skip to content

Commit 69695db

Browse files
chore(ci): fix stale action commenting "false" before closing issues/PRs (#10334)
1 parent c7d2e9f commit 69695db

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/stale.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,5 @@ jobs:
1414
stale-issue-label: wontfix
1515
stale-issue-message: This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs.
1616
stale-pr-message: This PR has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs.
17-
close-issue-message: false
18-
close-pr-message: false
17+
close-issue-message: 'This issue has been closed because it has not had activity since being marked as stale.'
18+
close-pr-message: 'This PR has been closed because it has not had activity since being marked as stale.'

0 commit comments

Comments
 (0)