diff --git a/.github/workflows/version-labels.yml b/.github/workflows/version-labels.yml new file mode 100644 index 00000000..a117b58b --- /dev/null +++ b/.github/workflows/version-labels.yml @@ -0,0 +1,13 @@ +name: Version Labels +on: + pull_request: + types: [opened, labeled, unlabeled, synchronize] +jobs: + label: + runs-on: ubuntu-latest + steps: + - uses: mheap/github-action-required-labels@v2 + with: + mode: exactly + count: 1 + labels: "patch, minor, major, maintenance, renovate"