Skip to content

Commit

Permalink
Update pr.yaml (#1663)
Browse files Browse the repository at this point in the history
* Update pr.yaml

Added "bug" to permitted labels for PR as "bugfix" will be removed

* Update .github/workflows/pr.yaml

Co-authored-by: Itay Gabbay <itay@deepchecks.com>
  • Loading branch information
nirhutnik and ItayGabbay committed Jun 20, 2022
1 parent 78593c4 commit a738df2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
with:
mode: minimum
count: 1
labels: "feature, bugfix, tests, ci, documentation, refactoring"
labels: "feature, bug, tests, ci, documentation, refactoring"
- uses: mheap/github-action-required-labels@v1
with:
mode: exactly
Expand Down

0 comments on commit a738df2

Please sign in to comment.