Skip to content

Commit

Permalink
ci: Update stale-issues.yml
Browse files Browse the repository at this point in the history
Don't stale bug issue.
  • Loading branch information
haydenull committed Feb 19, 2024
1 parent e76761a commit 904ec34
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/stale-issues.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
repo-token: ${{ secrets.GITHUB_TOKEN }}
stale-issue-label: 'automatic-stale'
close-issue-label: 'automatic-closing'
exempt-issue-labels: 'enhancement, feature-request, upstream, hold'
exempt-issue-labels: 'enhancement, feature-request, upstream, hold, bug'
stale-issue-message: |
Hi There! 👋
Expand Down

0 comments on commit 904ec34

Please sign in to comment.