Skip to content

Commit

Permalink
Update auto-close.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
m4dm4rtig4n committed Apr 18, 2023
1 parent 5889f38 commit 9f69a51
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/auto-close.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,12 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Close Issue
uses: YiiGuxing/close-issue@v2.1.0
uses: mheap/auto-close-org-issues-action@main
if: |
!contains(github.event.issue.labels.*.name, 'bug') ||
!contains(github.event.issue.labels.*.name, 'help wanted') ||
!contains(github.event.issue.labels.*.name, 'enhancement')
with:
comment: "Merci de respecter le template initial !"
token: ${{ secrets.GH_PAT }}
org: MyElectricalData
message: Merci de respecter le template initial !

0 comments on commit 9f69a51

Please sign in to comment.