Skip to content

Commit 49b94e8

Browse files
authored
Update stale.yml
1 parent 4cfec76 commit 49b94e8

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/stale.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ jobs:
1616
- uses: actions/stale@v3
1717
with:
1818
repo-token: ${{ secrets.GITHUB_TOKEN }}
19-
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.'
20-
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.'
19+
stale-issue-message: 'This issue has been automatically marked as stale because it has not had recent activity. Marking it stale to flag it for further consideration by the community.'
20+
stale-pr-message: 'This pull request has been automatically marked as stale because it has not had recent activity. Marking it stale to flag it for further consideration by the community.'
2121
stale-issue-label: 'Stale'
2222
stale-pr-label: 'Stale'
2323
days-before-pr-stale: 90

0 commit comments

Comments
 (0)