Skip to content

Add down button

Add down button #56

name: Enforce PR labels
on:
pull_request:
types: [labeled, unlabeled, opened]
jobs:
enforce-label:
runs-on: ubuntu-latest
steps:
- name: Cancel Previous Runs
uses: styfle/cancel-workflow-action@0.9.1
with:
access_token: ${{ github.token }}
- uses: yogevbd/enforce-label-action@2.1.0
with:
REQUIRED_LABELS_ANY: "bugfix,enhancement,skip-changelog"
REQUIRED_LABELS_ANY_DESCRIPTION: "Select at least one of the following labels ['bugfix', 'enhancement', 'skip-changelog']"
BANNED_LABELS: "do-not-merge"