-
Notifications
You must be signed in to change notification settings - Fork 9.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Migrate/Remove GitHub HashiBot Behaviors #19356
Comments
Reference: #19356 Lift and shift of existing labeling configuration with conversion to YAML syntax.
Reference: #19356 Lift and shift of existing labeling configuration with conversion to YAML syntax.
Reference: #19356 Verified in a test repository.
This functionality has been released in v3.45.0 of the Terraform AWS Provider. Please see the Terraform documentation on provider versioning or reach out if you need any assistance upgrading. For further feature requests or bug reports with this functionality, please create a new GitHub issue following the template. Thank you! |
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. |
Community Note
Description
GitHub HashiBot is being deprecated and decommissioned in preference of GitHub Actions. This issue to track behavior removals and migrations for this repository.
closed_issue_locker Migration
This behavior can be migrated to the dessant/lock-threads GitHub Action.
.github/workflows/lock.yml
deprecated_import_commenter Removal
This behavior was designed to add comments to pull requests containing certain Go imports. For example, when migrating Terraform Providers from Terraform Plugin SDK version 1 to 2, the entire existing codebase would be bulk updated, leaving existing (and for a short period new) pull request contributions in an invalid state for merging. Pull request open and next synchronize would trigger the comment once the behavior was in place.
Given this behavior is only enabled by the terraform-provider-aws repository today and there are no recent Go import deprecations, no replacement is provided. The behavior could be captured in a new GitHub Action, if desired and when necessary.
pull_request_path_labeler Migration
This behavior can be migrated to the actions/labeler GitHub Action.
.github/workflows/pull-request.yml
.github/labeler-pull-request-triage.yml
pull_request_size_labeler Migration
This behavior can be migrated to the codelytv/pr-size-labeler GitHub Action.
.github/workflows/pull-request-size.yml
regexp_issue_labeler_v2 Migration
This behavior can be migrated to the actions/issue-labeler GitHub Action. The issue labeling workflow is already present in .github/workflows/issues.yml, it just needs the label configuration migrated.
.github/labeler-issue-triage.yml
release_commenter Migration
TBD
remove_labels_on_reply Migration
This behavior can be migrated to the actions-ecosystem/action-remove-labels GitHub Action.
.github/workflows/issue-comment-created.yml
The text was updated successfully, but these errors were encountered: