Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ci: change stale the issue & pr messages #1826

Merged
merged 1 commit into from
Jul 24, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions .github/workflows/stale-issue.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,9 @@ jobs:
days-before-pr-close: 2
# stale issue messages
stale-issue-message: >
'This issue has been open for a few days with no activity. It will be closed soon if no further activity occurs.'
@${{ github.actor }} this issue has been open for a few days with no activity. It will be closed soon if no further activity occurs.
close-issue-message: >
'This issue has been closed because it has not received any activity in the last few days'
@${{ github.actor }} this issue has been closed because it has not received any activity in the last few days
# pr issue messages
stale-pr-message: 'This PR has been open few days with no activity. It will be closed soon if no further activity occurs'
close-pr-message: 'This PR was closed because it has been stalled for few days with no activity.'
stale-pr-message: '@${{ github.actor }} this PR has been open few days with no activity. It will be closed soon if no further activity occurs'
close-pr-message: '@${{ github.actor }} this PR was closed because it has been stalled for few days with no activity.'