Skip to content

Add workflow to check for labels on PRs #1

Add workflow to check for labels on PRs

Add workflow to check for labels on PRs #1

name: pr-label-checker
on:
pull_request:
types: [opened, edited, labeled, unlabeled, synchronize]
branches:
- main
jobs:
pr-label-checker:
uses: "porterin/dpq-workflows/.github/workflows/pr-label-checker.yml@main"

Check failure on line 10 in .github/workflows/pr-label-checker.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/pr-label-checker.yml

Invalid workflow file

error parsing called workflow ".github/workflows/pr-label-checker.yml" -> "porterin/dpq-workflows/.github/workflows/pr-label-checker.yml@main" : workflow was not found. See https://docs.github.com/actions/learn-github-actions/reusing-workflows#access-to-reusable-workflows for more information.