Skip to content

Commit

Permalink
4.x issue stale conf (#5878)
Browse files Browse the repository at this point in the history
  • Loading branch information
jdevcs authored and spacesailor24 committed Mar 9, 2023
1 parent b2c21b2 commit af78858
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/stale.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@ jobs:
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
stale-issue-message: 'This issue has been automatically marked as stale because it has not had recent activity. It will be closed in 7 days if no further activity occurs. Thank you for your contributions. If you believe this was a mistake, please comment.'
stale-pr-message: 'This PR has been automatically marked as stale beacause it has not had recent activity. It will be closed in 7 days if no further activity occurs. Thank you for your contributions. If you believe this was a mistake, please comment.'
stale-pr-message: 'This PR has been automatically marked as stale because it has not had recent activity. It will be closed in 7 days if no further activity occurs. Thank you for your contributions. If you believe this was a mistake, please comment.'
days-before-stale: 60
days-before-close: 14
operations-per-run: 100
exempt-pr-labels: 'work-in-progress'
exempt-issue-labels: 'work-in-progress'
exempt-pr-labels: 'work-in-progress','4.x'
exempt-issue-labels: 'work-in-progress','4.x'

0 comments on commit af78858

Please sign in to comment.