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

Conversation

@JustC0des
Copy link

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