Skip to content

add/branch-info#519

Merged
Micha Hobert (Isengo1989) merged 1 commit into
mainfrom
change/branch-naming
Jun 25, 2026
Merged

add/branch-info#519
Micha Hobert (Isengo1989) merged 1 commit into
mainfrom
change/branch-naming

Conversation

@Isengo1989

Copy link
Copy Markdown
Contributor

No description provided.

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR updates the reusable “plugin_*_schema” GitHub Actions workflows so that schema update pull requests are created against the branch that triggered the workflow, and with branch/title metadata including that branch name. This helps keep automated schema-update PRs isolated per maintenance branch (e.g., main, v6.6, latest) and avoids collisions when multiple branches run the same automation.

Changes:

  • Capture the triggering branch name via BRANCH_NAME: ${{ github.head_ref || github.ref_name }} in the open-pr job.
  • Set peter-evans/create-pull-request base to the triggering branch.
  • Make the generated PR branch name and PR title include the triggering branch name to prevent cross-branch collisions.

Reviewed changes

Copilot reviewed 3 out of 3 changed files in this pull request and generated no comments.

File Description
.github/workflows/plugin_digitalsalesroom_schema.yml Create schema update PRs targeting the triggering branch; include branch name in PR branch/title.
.github/workflows/plugin_customproducts_schema.yml Same branch-aware PR targeting and naming for Custom Products schema updates.
.github/workflows/plugin_commercial_schema.yml Same branch-aware PR targeting and naming for Commercial schema updates.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@Isengo1989 Micha Hobert (Isengo1989) merged commit fa5ed94 into main Jun 25, 2026
2 checks passed
@Isengo1989 Micha Hobert (Isengo1989) deleted the change/branch-naming branch June 25, 2026 15:08
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

Successfully merging this pull request may close these issues.

2 participants