fix: une personne doit être suivie par au moins une équipe (#1851) #1491
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: 👀 Review | |
# on: | |
# push: | |
# branches: | |
# - "**" | |
# - "!master" | |
# - "!main" | |
# - "!feat/**" | |
# - "!fix/**" | |
# concurrency: | |
# cancel-in-progress: true | |
# group: ${{ github.workflow }}-${{ github.event_name }}-${{ github.event.ref }} | |
# jobs: | |
# socialgouv: | |
# name: "🇫🇷 SocialGouv" | |
# uses: socialgouv/workflows/.github/workflows/use-ks-gh-review.yaml@v1 | |
# secrets: inherit |