Skip to content

Commit

Permalink
remove github actor from stale-issue.yml
Browse files Browse the repository at this point in the history
Signed-off-by: Priyankar Pal  <[email protected]>
  • Loading branch information
priyankarpal authored Jul 25, 2023
1 parent c7451cd commit 5eae50b
Showing 1 changed file with 4 additions and 4 deletions.
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: >
@${{ github.actor }} this issue has been open for a few days with no activity. It will be closed soon if no further activity occurs.
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: >
@${{ github.actor }} this issue has been closed because it has not received any activity in the last few days
This issue has been closed because it has not received any activity in the last few days
# pr issue messages
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.'
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.'

0 comments on commit 5eae50b

Please sign in to comment.