Skip to content

RDKEMW-Test - Change workflow to reuse from other repos#22

Open
srikanth-vv wants to merge 2 commits into
developfrom
topic/RDKEMW-test-2
Open

RDKEMW-Test - Change workflow to reuse from other repos#22
srikanth-vv wants to merge 2 commits into
developfrom
topic/RDKEMW-test-2

Conversation

@srikanth-vv
Copy link
Copy Markdown
Contributor

Reason for change: Reuse workflow
Test Procedure: None
Risks: Low
Priority: P1
version: patch

Reason for change: Reuse workflow
Test Procedure: None
Risks: Low
Priority: P1
version: patch
@srikanth-vv srikanth-vv requested a review from a team as a code owner May 17, 2026 00:33
Copilot AI review requested due to automatic review settings May 17, 2026 00:33
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

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 workflow_call trigger to the component-release.yml workflow so it can be invoked as a reusable workflow from other repositories, mirroring the existing workflow_dispatch inputs and declaring the RDKCM_RDKE secret as required.

Changes:

  • Adds workflow_call event with a tag input matching the workflow_dispatch input.
  • Declares RDKCM_RDKE as a required secret for callers.

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

Comment thread .github/workflows/component-release.yml Outdated
Comment on lines +13 to +21
workflow_call:
inputs:
tag:
description: 'Tag version to release (e.g. 1.2.3)'
required: true
type: string
secrets:
RDKCM_RDKE:
required: true
Reason for change: Reuse workflow
Test Procedure: None
Risks: Low
Priority: P1
version: patch
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