Skip to content

[RDKB-09876543] Add gatekeeper caller workflow for verification#54

Open
bunnam988 wants to merge 8 commits into
developfrom
feature/gatekeeper-verification
Open

[RDKB-09876543] Add gatekeeper caller workflow for verification#54
bunnam988 wants to merge 8 commits into
developfrom
feature/gatekeeper-verification

Conversation

@bunnam988

Copy link
Copy Markdown
Contributor

No description provided.

Copilot AI review requested due to automatic review settings July 1, 2026 19:18
@bunnam988
bunnam988 requested review from a team as code owners July 1, 2026 19:18
jobs:
run-shared-gatekeeper:
# Temporarily pointing to test branch for verification
uses: rdkcentral/build_tools_workflows/.github/workflows/gatekeeper.yml@feature/gatekeeper-test
@bunnam988 bunnam988 changed the title [RDK-TEST-999] Add gatekeeper caller workflow for verification [RDKB-09876543] Add gatekeeper caller workflow for verification Jul 1, 2026

Copilot AI left a comment

Copy link
Copy Markdown

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 new GitHub Actions workflow in this repo to invoke the shared “gatekeeper” reusable workflow for PR verification against the develop branch.

Changes:

  • Introduces .github/workflows/gatekeeper.yml triggered on pull_request (opened/synchronize/reopened) for develop and pull_request_review (submitted).
  • Calls the reusable workflow rdkcentral/build_tools_workflows/.github/workflows/gatekeeper.yml.

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

Comment on lines +8 to +11
pull_request_review:
types: [submitted]

jobs:
Comment on lines +12 to +14
run-shared-gatekeeper:
# Temporarily pointing to test branch for verification
uses: rdkcentral/build_tools_workflows/.github/workflows/gatekeeper.yml@feature/gatekeeper-test
jobs:
run-shared-gatekeeper:
# Temporarily pointing to test branch for verification
uses: rdkcentral/build_tools_workflows/.github/workflows/gatekeeper.yml@feature/gatekeeper-test
Comment thread .github/workflows/auto-backport.yml Fixed
Comment thread .github/workflows/auto-backport.yml Fixed
Copilot AI review requested due to automatic review settings July 1, 2026 20:31

Copilot AI left a comment

Copy link
Copy Markdown

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

Comment on lines +11 to +14
jobs:
run-shared-gatekeeper:
# Temporarily pointing to test branch for verification
uses: rdkcentral/build_tools_workflows/.github/workflows/gatekeeper.yml@feature/gatekeeper-test
Comment thread .github/workflows/auto-backport.yml Outdated
Comment on lines +44 to +47
target_branches: ${{ steps.parse_label.outputs.target_branch }}
pull_request_number: ${{ steps.parse_label.outputs.pr_number }}
pr_title: '[${target_branch}] ${pull_request.title}'
auth_token: ${{ secrets.GITHUB_TOKEN }}
Comment on lines +1 to +3
name: Automated Cherry-Pick Engine

on:
Comment thread .github/workflows/auto-backport.yml Fixed
Copilot AI review requested due to automatic review settings July 2, 2026 07:12

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Copilot encountered an error and was unable to review this pull request. You can try again by re-requesting a review.

Comment thread .github/workflows/auto-backport.yml Fixed
Copilot AI review requested due to automatic review settings July 3, 2026 08:22
Comment on lines +9 to +14
if: github.event.pull_request.merged == true && contains(toJSON(github.event.pull_request.labels.*.name), 'cherry-pick to ')
uses: rdkcentral/build_tools_workflows/.github/workflows/cherry-pick.yml@feature/gatekeeper-test
with:
raw_labels: ${{ toJSON(github.event.pull_request.labels) }}
secrets:
CROSS_REPO_TOKEN: ${{ secrets.CROSS_REPO_TOKEN }}

Copilot AI left a comment

Copy link
Copy Markdown

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

Comment on lines +8 to +9
pull_request_review:
types: [submitted]
Comment on lines +13 to +14
# Temporarily pointing to test branch for verification
uses: rdkcentral/build_tools_workflows/.github/workflows/gatekeeper.yml@feature/gatekeeper-test
Comment on lines +9 to +10
if: github.event.pull_request.merged == true && contains(toJSON(github.event.pull_request.labels.*.name), 'cherry-pick to ')
uses: rdkcentral/build_tools_workflows/.github/workflows/cherry-pick.yml@feature/gatekeeper-test
Comment thread cherry_pick_test.txt
@@ -0,0 +1 @@
# Cherry-pick test
Comment thread cherry_pick_test_2.txt
@@ -0,0 +1 @@
# Cherry-pick test 2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants