Skip to content

ci: use tags for immutable github actions #25

ci: use tags for immutable github actions

ci: use tags for immutable github actions #25

name: pull request title check
on:
pull_request:
types: [opened, edited, synchronize, reopened]
permissions:
contents: read
jobs:
pull-request-title-check:
runs-on: ubuntu-latest
permissions:
pull-requests: read
steps:
- uses: fastify/action-pr-title@v0
with:
prefixes: 'feature,chore,fix' # title should start with the given prefix