Skip to content

v0.9.12: Documentation and rules are now aligned. #678

v0.9.12: Documentation and rules are now aligned.

v0.9.12: Documentation and rules are now aligned. #678

Workflow file for this run

name: Release Label Check
on:
pull_request_target:
types: [opened, labeled, unlabeled, synchronize]
jobs:
label-check:
runs-on: ubuntu-latest
steps:
- uses: jesusvasquez333/[email protected]
with:
github-token: "${{ secrets.GITHUB_TOKEN }}"
valid-labels: "release/patch, release/minor, release/major, bugfix, feature"
pull-request-number: '${{ github.event.pull_request.number }}'
disable-reviews: true