Candidatures : Masquer le bouton « Modifier » des fiches de poste lors du transfert vers un métier de sa structure [GEN-2005] #7302
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" |