Skip to content

fix(background): reject unverified continued completion (#146) #260

fix(background): reject unverified continued completion (#146)

fix(background): reject unverified continued completion (#146) #260

Workflow file for this run

name: PR Title
# PRs are squash-merged, so the PR title becomes the commit subject on main.
# Enforce Conventional Commits on the title (the convention README declares).
on:
pull_request:
types: [opened, edited, reopened, synchronize]
permissions:
pull-requests: read
concurrency:
group: pr-title-${{ github.event.pull_request.number }}
cancel-in-progress: true
jobs:
pr-title:
name: PR Title
runs-on: ubuntu-latest
timeout-minutes: 5
steps:
- uses: amannn/action-semantic-pull-request@v6.1.1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
types: |
feat
fix
docs
chore
refactor
test
ci
perf
build
style
revert