Skip to content

Ajout champs $schema et homepage pour test publier.etalab.studio #411

Ajout champs $schema et homepage pour test publier.etalab.studio

Ajout champs $schema et homepage pour test publier.etalab.studio #411

# https://github.com/amannn/action-semantic-pull-request
# with a custom type: improve
name: "release-please: PR title check"
on:
pull_request_target:
types:
- opened
- edited
- synchronize
- reopened
permissions:
pull-requests: read
jobs:
main:
name: Ensure PR title matches the Conventional Commits spec
runs-on: ubuntu-latest
steps:
- uses: amannn/action-semantic-pull-request@v5
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
types: |
feat
improve
fix
refactor
revert
style
docs
test
chore
perf
build
ci