Skip to content

fix: ensure point is valid based on predicate before constructing a cycle_group element #30920

fix: ensure point is valid based on predicate before constructing a cycle_group element

fix: ensure point is valid based on predicate before constructing a cycle_group element #30920

name: Pull Request Title
on:
# This check is skipped in merge queue, but we need it to run (even skipped) for status checks.
merge_group:
pull_request:
types:
- opened
- reopened
- edited
- synchronize
permissions:
pull-requests: read
jobs:
conventional-title:
name: Validate PR title is Conventional Commit
runs-on: ubuntu-latest
steps:
- name: Check title
if: github.event_name == 'pull_request'
uses: amannn/action-semantic-pull-request@0723387faaf9b38adef4775cd42cfd5155ed6017
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
types: |
fix
feat
chore
refactor
docs
test