Skip to content

Commit

Permalink
Removed duplicate line, updated stale-pr-message, and removed custom …
Browse files Browse the repository at this point in the history
…stale labels
  • Loading branch information
afmarcum authored Nov 1, 2023
1 parent 541c81e commit 2b4ac07
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/stale.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,12 +35,9 @@ jobs:
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
stale-issue-message: 'This issue is stale because it has been open for 60 days with no activity.'
stale-pr-message: 'Stale pull request message'
stale-issue-label: 'no-issue-activity'
stale-pr-message: 'This pull request is stale because it has been open for 10 days with no activity'
exempt-issue-labels: 'priority,bug,good first issue'
exempt-issue-milestones: 'Structured results'
stale-pr-label: 'no-pr-activity'
stale-pr-label: 'no-pr-activity'
exempt-pr-labels: 'awaiting-approval,work-in-progress'
days-before-pr-stale: '10'
days-before-pr-close: '20'
Expand Down

0 comments on commit 2b4ac07

Please sign in to comment.