Skip to content

Commit 7e4d5af

Browse files
committed
chore(workflows::stale): add pr messages
also refactor the messages a bit
1 parent 3a04467 commit 7e4d5af

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/stale.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,10 @@ jobs:
1919
- uses: actions/stale@v7
2020
with:
2121
repo-token: ${{ secrets.GITHUB_TOKEN }}
22-
stale-issue-message: 'Marking Issue as stale, will be closed in 7 days if no more activity is seen'
23-
close-issue-message: 'Closing Issue because it is marked as stale'
22+
stale-issue-message: 'Marking the Issue as stale, it will be closed in 7 days if no more activity is seen'
23+
close-issue-message: 'Closing the Issue because it is marked as stale'
24+
stale-pr-message: 'Marking the PR as stale, it will be closed in 7 days if no more activity is seen'
25+
close-pr-message: 'Closing the PR because it is marked as stale'
2426
stale-issue-label: stale
2527
exempt-issue-labels: help wanted,docs,enhancement,feature,dependencies,Distribution support,discussion,released on @beta,released on @master,keep,breaking
2628
days-before-stale: 30

0 commit comments

Comments
 (0)