[BUGFIX] Modification de l'état defaut du PixButton Tertiary (PIX-15732) #13225
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: 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 }}' |