Candidature: correction des règles d'affichage de l'onglet pour voir les rendez-vous d'une candidature #5589
Workflow file for this run
This file contains 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/[email protected] | |
with: | |
mode: exactly | |
count: 1 | |
labels: "ajouté, modifié, supprimé, tech, dependencies, no-changelog" |