Skip to content

RDKE-1065: Automated Approvable workflow - create pull request against main instead of develop#572

Open
yogeswaransky wants to merge 2 commits into
developfrom
feature/RDKE-1065
Open

RDKE-1065: Automated Approvable workflow - create pull request against main instead of develop#572
yogeswaransky wants to merge 2 commits into
developfrom
feature/RDKE-1065

Conversation

@yogeswaransky

Copy link
Copy Markdown
Contributor

No description provided.

…f develop

Signed-off-by: Yogeswaran K <yogeswaransky@gmail.com>
Copilot AI review requested due to automatic review settings July 15, 2026 12:35
@yogeswaransky yogeswaransky requested a review from a team as a code owner July 15, 2026 12:35
@yogeswaransky yogeswaransky changed the title RDKE-1065: Automated workflow - create pull request to main instead of develop RDKE-1065: Automated workflow - create pull request against main instead of develop Jul 15, 2026

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

Updates the automated component release workflows so the “approvable” release PR targets main (instead of develop), aligning the approval gate with the release finish automation.

Changes:

  • Switch approvable release PR creation (and existing-PR lookup) to use --base main.
  • Update “finish on approval” workflow to only run for release/* PRs targeting main.
  • Refresh workflow usage documentation to reflect the new PR base and the finish behavior.

Reviewed changes

Copilot reviewed 3 out of 3 changed files in this pull request and generated 1 comment.

File Description
.github/workflows/component-release.yml Create/lookup release PRs against main; minor script line adjustment in auto-complete path.
.github/workflows/component-release-workflow-usage.md Documentation updates to reflect PRs targeting main and finish workflow behavior.
.github/workflows/component-release-finish-on-approval.yml Gate finish job on PR base branch being main.

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

Comment thread .github/workflows/component-release.yml
@yogeswaransky yogeswaransky changed the title RDKE-1065: Automated workflow - create pull request against main instead of develop RDKE-1065: Automated Approvable workflow - create pull request against main instead of develop Jul 15, 2026
Copilot AI review requested due to automatic review settings July 15, 2026 14:47

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

Copilot reviewed 3 out of 3 changed files in this pull request and generated 1 comment.

fi

existing_pr=$(gh pr list --head "${release_branch}" --base develop --state open --json number -q '.[0].number')
existing_pr=$(gh pr list --head "${release_branch}" --base main --state open --json number -q '.[0].number')
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