[FEATURE] Appeler l'API d'anonymisation de compte à partir de la modale de confirmation (PIX-14914) #41754
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: commits check | |
on: | |
# eslint-disable-next-line yml/no-empty-mapping-value | |
pull_request: | |
jobs: | |
block-autosquash-commits: | |
runs-on: ubuntu-latest | |
permissions: | |
pull-requests: read | |
steps: | |
- name: Block Autosquash Commits | |
uses: xt0rted/block-autosquash-commits-action@v2 | |
with: | |
repo-token: ${{ secrets.GITHUB_TOKEN }} |