Skip to content

Commit

Permalink
add non-bug labels. increase operations-per-run
Browse files Browse the repository at this point in the history
  • Loading branch information
bpulliam committed Jul 28, 2023
1 parent ccc20cd commit c92eddf
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/stale.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,8 @@ jobs:
days-before-stale: 180
days-before-pr-stale: -1 # issues only
days-before-close: 5
any-of-labels: 'code-vs-markup-mismatch, spec issue'
any-of-labels: 'code-vs-markup-mismatch, discussion, documentation, question, spec issue, test issue, wpf-vs-winui-mismatch'
exempt-issue-labels: 'feature proposal'
exempt-all-milestones: true
debug-only: ${{ github.event_name == 'pull_request' }} # Dry-run changes to the workflow
operations-per-run: 500

0 comments on commit c92eddf

Please sign in to comment.