Commit 930457b
fix, temporarily disable manual labels from cli (#3277)
<!-- CURSOR_SUMMARY -->
> [!NOTE]
> Temporarily disables manual labels support (keeping tags) across the
Terraform workflow, submit-plan action, and CLI flags.
>
> - **CI/Workflows**:
> - In `.github/workflows/terraform.yml`, comment out `labels` for both
prod and dogfood `submit-plan` steps.
> - **GitHub Action (`actions/submit-plan`)**:
> - Comment out the `labels` input definition in `action.yml`.
> - Skip passing `--labels` to the CLI by commenting out the labels arg
handling.
> - **CLI**:
> - In `cli/cmd/flags.go`, comment out registration of the `labels` flag
in `addChangeCreationFlags`.
>
> <sup>Written by [Cursor
Bugbot](https://cursor.com/dashboard?tab=bugbot) for commit
333a8aca2f1716b46f7777b352b5bd6ba4bf8506. This will update automatically
on new commits. Configure
[here](https://cursor.com/dashboard?tab=bugbot).</sup>
<!-- /CURSOR_SUMMARY -->
GitOrigin-RevId: b512fe21a0a845e13b1bb8cf9b7859ea86408b301 parent 716b6ef commit 930457b
1 file changed
+2
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
34 | | - | |
| 34 | + | |
| 35 | + | |
35 | 36 | | |
36 | 37 | | |
37 | 38 | | |
| |||
0 commit comments