Skip to content

RDKE-1065: Automated Component Release workflow - #553

Merged
tdeva14 merged 10 commits into
developfrom
feature/RDKE-1065
Jun 29, 2026
Merged

RDKE-1065: Automated Component Release workflow#553
tdeva14 merged 10 commits into
developfrom
feature/RDKE-1065

Conversation

@yogeswaransky

Copy link
Copy Markdown
Contributor

No description provided.

Signed-off-by: Yogeswaran K <yogeswaransky@gmail.com>
@yogeswaransky
yogeswaransky requested a review from a team as a code owner May 31, 2026 14:13
Copilot AI review requested due to automatic review settings May 31, 2026 14:13
@yogeswaransky yogeswaransky self-assigned this May 31, 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

Adds a two-workflow semi-automated release pipeline using git-flow + auto-changelog. A manually-dispatched workflow either fully finishes a release ("auto-complete", restricted to maintainers) or opens an approvable PR from release/<version> to develop; a companion workflow watches pull_request_review events on those release PRs and, once the PR is approved, finishes the git-flow release (merges to main, tags, merges back to develop) and closes the PR.

Changes:

  • New component-release.yml dispatch workflow with version validation, maintainer authorization for auto-complete, and two release paths (auto-complete / approvable).
  • New component-release-finish-on-approval.yml workflow that re-checks reviewDecision, runs git flow release finish, pushes main/tags/develop, and closes the release PR.
  • Both workflows target the comcast-ubuntu-latest self-hosted runner and assume a main + develop git-flow branching model.

Reviewed changes

Copilot reviewed 2 out of 2 changed files in this pull request and generated 6 comments.

File Description
.github/workflows/component-release.yml Manual dispatch workflow implementing the auto-complete and approvable release modes, including version validation, maintainer gating, changelog generation, and failure cleanup.
.github/workflows/component-release-finish-on-approval.yml Approval-triggered workflow that finishes the git-flow release for an approved release/*develop PR and closes the PR.

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

Comment thread .github/workflows/component-release.yml
Comment thread .github/workflows/component-release.yml
Comment thread .github/workflows/component-release.yml Outdated
Comment thread .github/workflows/component-release.yml Outdated
Comment thread .github/workflows/component-release-finish-on-approval.yml
Comment thread .github/workflows/component-release-finish-on-approval.yml
@github-advanced-security

Copy link
Copy Markdown

You are seeing this message because GitHub Code Scanning has recently been set up for this repository, or this pull request contains the workflow file for the Code Scanning tool.

What Enabling Code Scanning Means:

  • The 'Security' tab will display more code scanning analysis results (e.g., for the default branch).
  • Depending on your configuration and choice of analysis tool, future pull requests will be annotated with code scanning analysis results.
  • You will be able to see the analysis results for the pull request's branch on this overview once the scans have completed and the checks have passed.

For more information about GitHub Code Scanning, check out the documentation.

Signed-off-by: Yogeswaran K <yogeswaransky@gmail.com>
Signed-off-by: Yogeswaran K <yogeswaransky@gmail.com>
Copilot AI review requested due to automatic review settings May 31, 2026 15:56

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 2 out of 2 changed files in this pull request and generated 8 comments.

Comment thread .github/workflows/component-release.yml
Comment thread .github/workflows/component-release.yml
Comment thread .github/workflows/component-release.yml Outdated
Comment thread .github/workflows/component-release.yml
Comment thread .github/workflows/component-release.yml
Comment thread .github/workflows/component-release-finish-on-approval.yml Outdated
Comment thread .github/workflows/component-release-finish-on-approval.yml
Comment thread .github/workflows/component-release-finish-on-approval.yml
Signed-off-by: Yogeswaran K <yogeswaransky@gmail.com>
Signed-off-by: Yogeswaran K <yogeswaransky@gmail.com>
Copilot AI review requested due to automatic review settings June 21, 2026 10:02

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 2 out of 2 changed files in this pull request and generated 5 comments.

Comment thread .github/workflows/component-release.yml Outdated
Comment thread .github/workflows/component-release-finish-on-approval.yml Outdated
Comment thread .github/workflows/component-release.yml
Comment thread .github/workflows/component-release.yml
Comment thread .github/workflows/component-release.yml
Signed-off-by: Yogeswaran K <yogeswaransky@gmail.com>
Signed-off-by: Yogeswaran K <yogeswaransky@gmail.com>
Copilot AI review requested due to automatic review settings June 28, 2026 13:36

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 2 out of 2 changed files in this pull request and generated 4 comments.

Comment thread .github/workflows/component-release.yml Outdated
Comment thread .github/workflows/component-release.yml
Comment thread .github/workflows/component-release.yml
Comment thread .github/workflows/component-release-finish-on-approval.yml
Signed-off-by: Yogeswaran K <yogeswaransky@gmail.com>
Signed-off-by: Yogeswaran K <yogeswaransky@gmail.com>
Copilot AI review requested due to automatic review settings June 29, 2026 03:16

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 5 comments.

Comment thread .github/workflows/component-release.yml
Comment thread .github/workflows/component-release.yml
Comment thread .github/workflows/component-release.yml
Comment thread .github/workflows/component-release.yml
Comment thread .github/workflows/component-release-finish-on-approval.yml

@tdeva14 tdeva14 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.

LGTM

@tdeva14
tdeva14 merged commit 4a0a4b6 into develop Jun 29, 2026
5 checks passed
@github-actions github-actions Bot locked and limited conversation to collaborators Jun 29, 2026
@yogeswaransky yogeswaransky changed the title RDKE-1065: Semi Automated Release workflow RDKE-1065: Automated Component Release workflow Jun 29, 2026
@yogeswaransky yogeswaransky added the enhancement New feature or request label Jun 29, 2026
@yogeswaransky
yogeswaransky deleted the feature/RDKE-1065 branch July 3, 2026 09:19
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants