Commit b553fb8
authored
chore(enum-updater): fix pr close command (#35038)
### Issue # (if applicable)
Workflow job is failed(see [logs](https://github.com/aws/aws-cdk/actions/runs/16417995552/job/46488118988)), the problem is that there is an existing PR already and it tries to close it, however the confirm flag that is used to close doest not exist:
+ gh pr close 35021 --confirm
Found existing PR #35021 for module ecs, closing it...
unknown flag: --confirm
Usage: gh pr close {<number> | <url> | <branch>} [flags]
### Reason for this change
Removed the flag and added closure description1 parent 9571599 commit b553fb8
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
86 | 86 | | |
87 | 87 | | |
88 | 88 | | |
89 | | - | |
| 89 | + | |
90 | 90 | | |
91 | 91 | | |
92 | 92 | | |
| |||
0 commit comments