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

Pass more options to --pull-request [Feature request] #104

Open
philmd opened this issue Mar 22, 2021 · 1 comment
Open

Pass more options to --pull-request [Feature request] #104

philmd opened this issue Mar 22, 2021 · 1 comment

Comments

@philmd
Copy link
Contributor

philmd commented Mar 22, 2021

git-publish --pull-request push a tag to the repository.
When this repository is hosted on Gitlab.com and has Continuous Integration enabled,
this triggers a new pipeline by default. Pipelines aren't free.
The option to not trigger pipelines is to use push using --push-option=ci.skip (see https://docs.gitlab.com/ee/user/project/push_options.html).

@stefanha
Copy link
Owner

Good idea. I think there should be an option since whether or not to run CI depends on the workflow.

Some people may want CI to run, especially if the maintainer merging the request wants to see the CI results.

Others will have already run CI on their branch before pushing it and need --push-option=ci.skip.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants