Skip to content

chore(deps): Bump dependabot/fetch-metadata from 2.5.0 to 3.1.0 #34

chore(deps): Bump dependabot/fetch-metadata from 2.5.0 to 3.1.0

chore(deps): Bump dependabot/fetch-metadata from 2.5.0 to 3.1.0 #34

Workflow file for this run

name: Semantic PR title
on:
pull_request_target:
types: [opened, edited, synchronize]
permissions:
pull-requests: read
concurrency:
group: pr-title-${{ github.event.pull_request.number }}
cancel-in-progress: true
jobs:
lint:
name: Validate PR title
if: github.actor != 'dependabot[bot]'
runs-on: ubuntu-latest
timeout-minutes: 5
steps:
- name: Check PR title
uses: amannn/action-semantic-pull-request@e32d7e603df1aa1ba07e981f2a23455dee596825 # v5
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
types: |
feat
fix
docs
style
refactor
perf
test
build
ci
chore
revert