Skip to content

refactor: restructure to match RFC-140 #248

refactor: restructure to match RFC-140

refactor: restructure to match RFC-140 #248

Workflow file for this run

name: "PR title"
on:
pull_request:
permissions: {}
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
jobs:
validate:
runs-on: ubuntu-latest
permissions:
contents: read
pull-requests: read
steps:
- uses: thehanimo/pr-title-checker@v1.4.2
with:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
configuration_path: ".github/pr-title-checker-config.json"