Skip to content

chore(deps): bump amannn/action-semantic-pull-request from 335288255954904a41ddda8947c8f2c844b8bfeb to e49f57ce06c1747542fce2243c7a98682384bc0e #12

chore(deps): bump amannn/action-semantic-pull-request from 335288255954904a41ddda8947c8f2c844b8bfeb to e49f57ce06c1747542fce2243c7a98682384bc0e

chore(deps): bump amannn/action-semantic-pull-request from 335288255954904a41ddda8947c8f2c844b8bfeb to e49f57ce06c1747542fce2243c7a98682384bc0e #12

name: "semantic / validation"
on:
pull_request_target:
branches: [main]
types: [opened, edited, synchronize, reopened]
concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number }}
cancel-in-progress: true
jobs:
# PRs should be written according to https://www.conventionalcommits.org/en/v1.0.0
pull-request-title:
runs-on: ubuntu-latest
permissions:
pull-requests: read
steps:
- uses: amannn/action-semantic-pull-request@e49f57ce06c1747542fce2243c7a98682384bc0e # v5.5.3
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}