[BUG] - Remontée de consommation sur le créneau HC du matin dans la tranche 23h-Minuit #160
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| name: "[CHORE] Auto Close issue" | |
| on: | |
| issues: | |
| types: [opened] | |
| permissions: | |
| contents: write | |
| issues: write | |
| jobs: | |
| titlePrefixCheck: | |
| runs-on: ubuntu-latest | |
| steps: | |
| - name: Close Issue | |
| if: | | |
| !contains(github.event.issue.labels.*.name, 'bug') && | |
| !contains(github.event.issue.labels.*.name, 'help') && | |
| !contains(github.event.issue.labels.*.name, 'enhancement') | |
| uses: YiiGuxing/[email protected] | |
| with: | |
| comment: "Merci de respecter le template initial !" |