Skip to content

Commit

Permalink
Update auto-close.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
m4dm4rtig4n authored Apr 18, 2023
1 parent d9a3c39 commit ba50f96
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/auto-close.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Close Issue
if: "!contains(github.event.issue.labels.*.name, 'bug help enhancement')"
if: "!(contains(github.event.issue.labels.*.name, 'bug') || contains(github.event.issue.labels.*.name, 'help')) || contains(github.event.issue.labels.*.name, 'enhancement'))"
uses: YiiGuxing/close-issue@v2.1.0
with:
comment: "Merci de respecter le template initial !"

0 comments on commit ba50f96

Please sign in to comment.