Skip to content

Added disableTags Property #200

Added disableTags Property

Added disableTags Property #200

Workflow file for this run

name: "PR Title Checker"
on:
pull_request:
types:
- opened
- edited
- synchronize
jobs:
publish:
runs-on: ubuntu-latest
steps:
- uses: thehanimo/pr-title-checker@v1.0.0
with:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}