Skip to content

Commit

Permalink
Dangerfile: added "next_release" as supported label (#1810)
Browse files Browse the repository at this point in the history
  • Loading branch information
NachoSoto authored Aug 12, 2022
1 parent 046805b commit 370bc49
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dangerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
def fail_if_no_supported_label_found
supported_types = ["breaking", "build", "ci", "docs", "feat", "fix", "perf", "refactor", "style", "test"]
supported_types = ["breaking", "build", "ci", "docs", "feat", "fix", "perf", "refactor", "style", "test", "next_release"]

supported_labels_in_pr = supported_types & github.pr_labels
no_supported_label = supported_labels_in_pr.empty?
Expand Down

0 comments on commit 370bc49

Please sign in to comment.