[TECH] Migrer les résultats partagés et complétés à Pôle Emploi vers le contexte Prescription (Pix-15339) #17390
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: pr title check | |
on: | |
pull_request: | |
types: [opened, edited, ready_for_review, reopened] | |
jobs: | |
lint-pr-title: | |
runs-on: ubuntu-latest | |
if: github.event.pull_request.draft == false && github.event.pull_request.state == 'open' | |
permissions: | |
pull-requests: read | |
steps: | |
- uses: 1024pix/pix-actions/check-pr-title@main |