[RDKB-09876543] Add gatekeeper caller workflow for verification#54
Open
bunnam988 wants to merge 8 commits into
Open
[RDKB-09876543] Add gatekeeper caller workflow for verification#54bunnam988 wants to merge 8 commits into
bunnam988 wants to merge 8 commits into
Conversation
| jobs: | ||
| run-shared-gatekeeper: | ||
| # Temporarily pointing to test branch for verification | ||
| uses: rdkcentral/build_tools_workflows/.github/workflows/gatekeeper.yml@feature/gatekeeper-test |
There was a problem hiding this comment.
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.ymltriggered onpull_request(opened/synchronize/reopened) fordevelopandpull_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 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 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 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 }} |
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 |
| @@ -0,0 +1 @@ | |||
| # Cherry-pick test | |||
| @@ -0,0 +1 @@ | |||
| # Cherry-pick test 2 | |||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.