Skip to content

Added custom action for PR title checker #150

Added custom action for PR title checker

Added custom action for PR title checker #150

Workflow file for this run

name: PR Verifier
on:
pull_request_target:
types: [opened, edited, reopened, synchronize]
jobs:
verify:
name: Verify PR contents
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Verifier action
uses: ./.github/actions/verifier
with:
github_token: ${{ secrets.GITHUB_TOKEN }}