Skip to content

Commit

Permalink
add spec issues
Browse files Browse the repository at this point in the history
  • Loading branch information
bpulliam committed Jul 28, 2023
1 parent c1fb29a commit ccc20cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/stale.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ 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, spec issue'
exempt-issue-labels: 'feature proposal'
exempt-all-milestones: true
debug-only: ${{ github.event_name == 'pull_request' }} # Dry-run changes to the workflow

0 comments on commit ccc20cd

Please sign in to comment.