Skip to content

fix: Fix colorMode does not follow the parameter #268

fix: Fix colorMode does not follow the parameter

fix: Fix colorMode does not follow the parameter #268

# 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'