You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .hashibot.hcl
+17-4Lines changed: 17 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -1,10 +1,13 @@
1
-
queued_behavior"release_commenter""releases" {
2
-
repo_prefix="terraform-provider-"
1
+
poll"closed_issue_locker""locker" {
2
+
schedule="0 50 14 * * *"
3
+
closed_for="720h"# 30 days
4
+
max_issues=500
5
+
sleep_between_issues="5s"
3
6
4
7
message=<<-EOF
5
-
This has been released in [version ${var.release_version} of the Terraform AWS provider](${var.changelog_link}). Please see the [Terraform documentation on provider versioning](https://www.terraform.io/docs/configuration/providers.html#provider-versions) or reach out if you need any assistance upgrading.
8
+
I'm going to lock this issue because it has been closed for _30 days_ ⏳. This helps our maintainers find and focus on the active issues.
6
9
7
-
For further feature requests or bug reports with this functionality, please create a [new GitHub issue](https://github.com/terraform-providers/terraform-provider-aws/issues/new/choose) following the template for triage. Thanks!
10
+
If you feel this issue should be reopened, we encourage creating a new issue linking back to this one for added context. Thanks!
This has been released in [version ${var.release_version} of the Terraform AWS provider](${var.changelog_link}). Please see the [Terraform documentation on provider versioning](https://www.terraform.io/docs/configuration/providers.html#provider-versions) or reach out if you need any assistance upgrading.
43
+
44
+
For further feature requests or bug reports with this functionality, please create a [new GitHub issue](https://github.com/terraform-providers/terraform-provider-aws/issues/new/choose) following the template for triage. Thanks!
0 commit comments