Skip to content

Commit 82b28cb

Browse files
committed
Remove GitHub HashiBot notifications to Slack
1 parent 6fc074c commit 82b28cb

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

.hashibot.hcl

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,6 @@ behavior "regexp_issue_labeler" "panic_label" {
33
labels = ["crash", "bug"]
44
}
55

6-
behavior "regexp_issue_notifier" "panic_notify" {
7-
regexp = "panic:"
8-
slack_channel = env.COMMITTERS_SLACK_CHANNEL
9-
message = "Panic report! https://github.com/${var.repository}/issues/${var.issue_number} has a panic in it."
10-
}
11-
126
behavior "remove_labels_on_reply" "remove_stale" {
137
labels = ["waiting-response", "stale"]
148
only_non_maintainers = true

0 commit comments

Comments
 (0)