Skip to content

chore: Bump actions/checkout from 3 to 4 #283

chore: Bump actions/checkout from 3 to 4

chore: Bump actions/checkout from 3 to 4 #283

Workflow file for this run

name: "Semantic Check"
on:
pull_request_target:
types:
- opened
- edited
- synchronize
permissions:
contents: read
pull-requests: read
jobs:
main:
name: Semantic Commit Message Check
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: amannn/action-semantic-pull-request@v4
name: Check PR for Semantic Commit Message
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
requireScope: false
validateSingleCommit: true
ignoreLabels: release merge