[TECH] Déplacer l'étoile de gauche à droite sur les radiobutton / checkbox (PIX-XXXXX) #12727
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: automerge check | |
on: | |
pull_request: | |
types: | |
- labeled | |
- unlabeled | |
check_suite: | |
types: | |
- completed | |
status: | |
types: | |
- success | |
permissions: write-all | |
jobs: | |
automerge: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: 1024pix/pix-actions/auto-merge@v0 | |
with: | |
auto_merge_token: '${{ secrets.PIX_SERVICE_ACTIONS_TOKEN }}' |