Skip to content
This repository was archived by the owner on May 23, 2025. It is now read-only.

fix: add 'skipPipeline' configuration option to perform the backmerge without CI/CD Pipeline#70

Open
JustC0des wants to merge 1 commit into
saitho:masterfrom
JustC0des:master
Open

fix: add 'skipPipeline' configuration option to perform the backmerge without CI/CD Pipeline#70
JustC0des wants to merge 1 commit into
saitho:masterfrom
JustC0des:master

Conversation

@JustC0des
Copy link
Copy Markdown

To avoid running the CI/CD pipeline on the target branch a new configuration option 'skipPipeline' has been added.
This prevents the CI/CD Pipeline from being triggered in the target branch to avoid e.g. automatic merge requests created in the CI/CD pipeline from being created without any proper changes.

  [
      "@saithodev/semantic-release-backmerge",
      {
        "backmergeBranches": [{from: "prd", to: "qas"}],
        "skipPipeline": true
      }
    ]
  ]

… without triggering the CI/CD pipeline on the target branch
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant