Skip to content

deps(github-actions): bump the github-actions-deps group across 1 directory with 6 updates #144

deps(github-actions): bump the github-actions-deps group across 1 directory with 6 updates

deps(github-actions): bump the github-actions-deps group across 1 directory with 6 updates #144

Workflow file for this run

name: pr
on:
pull_request_target:
types:
- opened
- edited
- synchronize
- reopened
jobs:
lint-semantic:
runs-on: ubuntu-latest
permissions:
pull-requests: read
steps:
- uses: amannn/action-semantic-pull-request@v6
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
types: |
feat
fix
perf
deps
revert
chore
docs
style
refactor