Skip to content

Add Github action for building, linting and testing #1

Add Github action for building, linting and testing

Add Github action for building, linting and testing #1

Workflow file for this run

name: Enforce PR labels
on:
pull_request:
types: [ labeled, unlabeled, opened, edited, synchronize ]
jobs:
enforce-label:
runs-on: ubuntu-latest
steps:
- uses: yogevbd/[email protected]
with:
REQUIRED_LABELS_ANY: "feature,bugfix,maintenance,no-release-notes"
REQUIRED_LABELS_ANY_DESCRIPTION: "Select at least one label ['feature','bugfix','maintenance','no-release-notes']"