Skip to content

Commit

Permalink
dev(CI): fix typo in stale action and do not close confirmed bugs (lo…
Browse files Browse the repository at this point in the history
  • Loading branch information
Bad3r authored Jul 11, 2023
1 parent e8bf419 commit 76a6510
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 @@ -30,7 +30,7 @@ jobs:
stale-issue-label: ':status/automatic-stale'
close-issue-label: ':status/automatic-closing'
# trunk-ignore(yamllint/line-length)
exempt-issue-labels: ':status/hold, :status/WIP, :type/enhancement, type/can-be-reproduced, priority-A'
exempt-issue-labels: 'hold, WIP, :type/enhancement, can-be-reproduced, priority-A, :type/bug, :type/feature-request'
remove-stale-when-updated: true
stale-issue-message: |
Hi There! 👋
Expand Down

0 comments on commit 76a6510

Please sign in to comment.