Skip to content

Commit 4a080f5

Browse files
committed
fix slack channel ref
1 parent fd70755 commit 4a080f5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.hashibot.hcl

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ behavior "regexp_issue_labeler" "panic_label" {
55

66
behavior "regexp_issue_notifier" "panic_notify" {
77
regexp = "panic:"
8-
slack_channel = env.COMMITTERS_SLACK_CHANNEL
8+
slack_channel = env.TERRAFORM_SLACK_CHANNEL
99
message = "Panic report! https://github.com/${var.repository}/issues/${var.issue_number} has a panic in it."
1010
}
1111

0 commit comments

Comments
 (0)