Skip to content

Commit

Permalink
Adding dependency labels (#1527)
Browse files Browse the repository at this point in the history
  • Loading branch information
kevgliss authored Aug 4, 2021
1 parent e22eb9d commit bdb1689
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/enforce-labels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@ jobs:
steps:
- uses: yogevbd/[email protected]
with:
REQUIRED_LABELS_ANY: "bug,enhancement,doc,feature,skip-changelog"
REQUIRED_LABELS_ANY_DESCRIPTION: "Select at least one label ['bug','doc','feature','enhancement','skip-changelog']"
REQUIRED_LABELS_ANY: "bug,enhancement,doc,feature,dependencies,skip-changelog"
REQUIRED_LABELS_ANY_DESCRIPTION: "Select at least one label ['bug','doc','feature','dependencies','enhancement','skip-changelog']"
BANNED_LABELS: "banned"

0 comments on commit bdb1689

Please sign in to comment.