Skip to content

Commit

Permalink
🌱 Update stale workflow to exempt Structured Results milestone (ossf#…
Browse files Browse the repository at this point in the history
…3634)

* 🌱 Update stale workflow to exempt Structured Results milestone

* Removed duplicate line, updated stale-pr-message, and removed custom stale labels

Signed-off-by: Diogo Teles Sant'Anna <[email protected]>
  • Loading branch information
afmarcum authored and diogoteles08 committed Nov 13, 2023
1 parent b99b069 commit 7c620c7
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/stale.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,10 +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'
stale-pr-label: 'no-pr-activity'
exempt-issue-milestones: 'Structured results'
exempt-pr-labels: 'awaiting-approval,work-in-progress'
days-before-pr-stale: '10'
days-before-pr-close: '20'
Expand Down

0 comments on commit 7c620c7

Please sign in to comment.