Skip to content

build(deps): bump stefanzweifel/git-auto-commit-action from 4 to 5 #4

build(deps): bump stefanzweifel/git-auto-commit-action from 4 to 5

build(deps): bump stefanzweifel/git-auto-commit-action from 4 to 5 #4

Workflow file for this run

name: Pull Request
on:
pull_request:
types: [opened, reopened, synchronize, ready_for_review]
concurrency:
group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
cancel-in-progress: true
jobs:
verify:
name: Verify
uses: ./.github/workflows/verify.yml
secrets: inherit