Skip to content

fix: Fix one-to-many logic of special tokens do not take effect #482

fix: Fix one-to-many logic of special tokens do not take effect

fix: Fix one-to-many logic of special tokens do not take effect #482

# This workflow checks that the title of PRs (thus commit message) are formatted correctly.
name: PR Title Check
on:
pull_request_target:
types:
- opened
- edited
- synchronize
jobs:
pull-request-title-check:
runs-on: ubuntu-latest
permissions:
contents: read
pull-requests: read
steps:
- name: Checkout repo with config file
uses: actions/checkout@v4
with:
sparse-checkout: |
.github
- uses: thehanimo/[email protected]
with:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
configuration_path: '.github/pull-request-title-check.json'