We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6fc074c commit 82b28cbCopy full SHA for 82b28cb
.hashibot.hcl
@@ -3,12 +3,6 @@ behavior "regexp_issue_labeler" "panic_label" {
3
labels = ["crash", "bug"]
4
}
5
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
-
12
behavior "remove_labels_on_reply" "remove_stale" {
13
labels = ["waiting-response", "stale"]
14
only_non_maintainers = true
0 commit comments