[FEATURE] Adapter le bandeau des éligibilités aux nouvelles conditions V3 (PIX-14235) #38009
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: 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 }} |