Enforce labelling for the PRs

This commit is contained in:
Clémentine Urquizar 2022-04-09 23:37:27 +02:00
parent 9ac2fd1c37
commit 9383629d13
No known key found for this signature in database
GPG key ID: D8E7CC7422E77E1A
2 changed files with 23 additions and 6 deletions

14
.github/workflows/enforce-label.yml vendored Normal file
View file

@ -0,0 +1,14 @@
name: Enforce PR labels
on:
pull_request:
types: [labeled, unlabeled, opened, edited, synchronize]
jobs:
enforce-label:
name: Specify breaking
runs-on: ubuntu-latest
steps:
- uses: yogevbd/enforce-label-action@2.1.0
with:
REQUIRED_LABELS_ANY: 'no breaking,DB breaking,API breaking,skip changelog'