mirror of
https://github.com/opentofu/opentofu.git
synced 2025-02-25 18:45:20 -06:00
Merge pull request #21937 from hashicorp/appilon/fix-hashibot-label-remover
[hashibot] fix typo
This commit is contained in:
commit
805ae28876
@ -10,7 +10,7 @@ behavior "regexp_issue_notifier" "panic_notify" {
|
|||||||
}
|
}
|
||||||
|
|
||||||
behavior "remove_labels_on_reply" "remove_stale" {
|
behavior "remove_labels_on_reply" "remove_stale" {
|
||||||
labels = ["waiting-reponse", "stale"]
|
labels = ["waiting-response", "stale"]
|
||||||
only_non_maintainers = true
|
only_non_maintainers = true
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user