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
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 description
0 commit comments