Skip to content

Change: Add check labels workflow to PRs, have renovate add labels to PRs, PR template #1

Change: Add check labels workflow to PRs, have renovate add labels to PRs, PR template

Change: Add check labels workflow to PRs, have renovate add labels to PRs, PR template #1

Workflow file for this run

name: Check PR Labels
on:
pull_request:
types: [opened, reopened, labeled, unlabeled, synchronize]
jobs:
check_labels:
name: Check labels
runs-on: ubuntu-latest
steps:
- uses: docker://agilepathway/pull-request-label-checker:latest
with:
one_of: major,minor,patch
repo_token: ${{ secrets.GITHUB_TOKEN }}