[TECH] Mise à jour de la configuration ESLint monorepo #14243
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 | |
jobs: | |
automerge: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: 1024pix/pix-actions/auto-merge@v0 | |
with: | |
auto_merge_token: "${{ secrets.PIX_SERVICE_ACTIONS_TOKEN }}" |