Skip to content

Feature/workflows

Feature/workflows #14

Workflow file for this run

name: Validate Pull Request
on:
pull_request:
types:
- opened
- edited
- reopened
- synchronize
jobs:
cpr:
runs-on: ubuntu-latest
steps:
- name: Validates the pull request
uses: Namchee/conventional-pr@v0.12.1
with:
access_token: "${{ secrets.REPO_TOKEN}}"