Skip to content

Commit

Permalink
changing gh labels (#515)
Browse files Browse the repository at this point in the history
* changing gh labels

* Update pr.yaml
  • Loading branch information
ItayGabbay committed Jan 5, 2022
1 parent 69100ea commit d96117b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/pr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,11 @@ jobs:
steps:
- uses: mheap/github-action-required-labels@v1
with:
mode: exactly
mode: minimum
count: 1
labels: "kind/feature, kind/fix, kind/tests, breaking-backwards-compitabillity, chore/ci, chore/documentation"
labels: "feature, bugfix, tests, ci, documentation"
- uses: mheap/github-action-required-labels@v1
with:
mode: exactly
count: 0
labels: 'help wanted, wontfix, question, good first issue, invalid, duplicate'
labels: 'help wanted, wontfix, question, good first issue, invalid, duplicate, do not merge'

0 comments on commit d96117b

Please sign in to comment.