Skip to content

Commit

Permalink
Add enforce label action (wix#696)
Browse files Browse the repository at this point in the history
  • Loading branch information
yogevbd authored and mburmistrov committed Jan 10, 2021
1 parent 9b63187 commit 9380d9a
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .github/workflows/enforce-label.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
name: Enforce PR label

on:
pull_request:
types: [labeled, unlabeled, opened, edited, synchronize]

jobs:
enforce-label:
runs-on: ubuntu-latest
steps:
- uses: yogevbd/enforce-label-action@2.2.1
with:
REQUIRED_LABELS_ANY: "type: accepted/bug,type: accepted/enhancement,Infrastructure,type: documentation"

0 comments on commit 9380d9a

Please sign in to comment.