asdf/.github/workflows/semantic-pr.yml
dependabot[bot] fde0ce6c8e
chore(deps): bump amannn/action-semantic-pull-request from 5.0.2 to 5.1.0 (#1474)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-02-14 01:39:01 +11:00

19 lines
333 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.1.0
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
validateSingleCommit: true