asdf/.github/workflows/semantic-pr.yml
dependabot[bot] 3951f31cd5
chore(deps): bump amannn/action-semantic-pull-request from 5.4.0 to 5.5.3 (#1788)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-10-08 00:49:53 +11:00

17 lines
282 B
YAML

name: Lint
on:
pull_request_target:
types:
- opened
- edited
- synchronize
jobs:
semantic-pr:
runs-on: ubuntu-latest
steps:
- uses: amannn/action-semantic-pull-request@v5.5.3
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}