Skip to content

feat(hf): repatriation #3

feat(hf): repatriation

feat(hf): repatriation #3

Workflow file for this run

name: check-title
on:
pull_request:
types:
- opened
- edited
- synchronize
jobs:
check-title:
runs-on: ubuntu-latest
steps:
- uses: thehanimo/pr-title-checker@v1.4.2
with:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
pass_on_octokit_error: false
configuration_path: ".github/workflows/check-title.json"