Skip to content
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

✨ Add an option to skip creating PRs with components that extend IPullRequest #113

Open
candoumbe opened this issue Sep 23, 2023 · 0 comments · Fixed by #146
Open

✨ Add an option to skip creating PRs with components that extend IPullRequest #113

candoumbe opened this issue Sep 23, 2023 · 0 comments · Fixed by #146
Assignees
Labels
area:workflow Related to git branching strategy enhancement ✨ New feature or request

Comments

@candoumbe
Copy link
Owner

Is your feature request related to a problem? Please describe.
When using a workflow that requires PRs to be made, sometimes it can be desirable to be able to skip that step and directly merge to the target branch.

This could be handy when a quick merge must be made or when the code author has rights to push to target branch without requiring a PR.

Describe the solution you'd like
An option called --skip-pr which, when set, skip creating a PR and just merge the code back to the target branch.
Adding the option would require a Y/N confirmation to make sure that the author understand what will happen (i.e. no PR will be created). Only way to confirm woulld be by answering Y , any other answere would just cancel the whole operation.

Describe alternatives you've considered

Additional context
Add any other context or screenshots about the feature request here.

@candoumbe candoumbe added enhancement ✨ New feature or request area:workflow Related to git branching strategy labels Sep 23, 2023
@candoumbe candoumbe self-assigned this Sep 23, 2023
@candoumbe candoumbe linked a pull request Jul 8, 2024 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area:workflow Related to git branching strategy enhancement ✨ New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant