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
gh combine owner/repo --add-labels security,dependencies # Add these labels to the new PR
gh combine owner/repo --add-assignees octocat,hubot # Assign users to the new PR
However, they do not actually do anything as the logic behind them needs to be implemented.
This issue tracks work to do the following:
Implement logic for the --add-labels flag which adds one (or multiple) labels to the resulting "combined-pr" that gets generated by this CLI
Implement logic for the --add-assignees flag which adds one (or multiple) GitHub users as assignees to the resulting "combined-pr" that gets generated by this CLI