Remove hashibot panic issue labeler
HashiBot labels issues as "crash" and "bug" when they container "panic:". This causes issues to bypass human triage, which means that provider-specific panics are put in our issue list rather than being labeled correctly. This removes that rule to allow for human labeling.
This commit is contained in:
parent
d350818126
commit
7aa8e65e16
|
@ -1,8 +1,3 @@
|
||||||
behavior "regexp_issue_labeler" "panic_label" {
|
|
||||||
regexp = "panic:"
|
|
||||||
labels = ["crash", "bug"]
|
|
||||||
}
|
|
||||||
|
|
||||||
behavior "remove_labels_on_reply" "remove_stale" {
|
behavior "remove_labels_on_reply" "remove_stale" {
|
||||||
labels = ["waiting-response", "stale"]
|
labels = ["waiting-response", "stale"]
|
||||||
only_non_maintainers = true
|
only_non_maintainers = true
|
||||||
|
|
Loading…
Reference in New Issue