[FEATURE] Permettre de récupérer les traductions Phrase depuis la V2 (PIX-14858) #17737
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 }}" |