[Statistiques] Suivi du nombre de PR corrigeant un bogue et fusionnées dans la journée #7038
Workflow file for this run
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: Label Checks | |
| # Add merge_group and make the check required when | |
| # https://github.com/mheap/github-action-required-labels/issues/66 is solved. | |
| on: | |
| pull_request: | |
| types: [opened, synchronize, reopened, labeled, unlabeled] | |
| jobs: | |
| require-label: | |
| runs-on: ubuntu-latest | |
| steps: | |
| - name: Verify changelog label | |
| uses: mheap/github-action-required-labels@5.5.0 | |
| with: | |
| mode: exactly | |
| count: 1 | |
| labels: "ajouté, modifié, supprimé, tech, dependencies, no-changelog" |