Skip to content

Commit d9d5800

Browse files
authored
CI: fix stale action config for PRs (#7015)
1 parent 22b61d8 commit d9d5800

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/stale.yml

+3
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ on:
66

77
permissions:
88
issues: write
9+
pull-requests: write
910

1011
jobs:
1112
stale:
@@ -15,5 +16,7 @@ jobs:
1516
with:
1617
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. Thank you for your contributions.'
1718
stale-issue-label: stale
19+
stale-pr-message: 'This pull request has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.'
20+
stale-pr-label: stale
1821
days-before-stale: 360
1922
days-before-close: 7

0 commit comments

Comments
 (0)