Build Health Check - Merge Issue PRs #7
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
name: Build Health Check - Merge Issue PRs | ||
on: | ||
workflow_dispatch: | ||
inputs: | ||
issueNumber: | ||
description: 'This Workflow Merges All PRs linked to Issue Number. Please make sure all the checks in individual PRs have passed before triggering this workflow. Enter the Issue Number to fetch linked PRs' | ||
required: true | ||
type: string | ||
jobs: | ||
Merge_prs: | ||
uses: rdkcentral/build_tools_workflows/.github/workflows/bhc_issue_merge_all_prs.yml@develop | ||
Check failure on line 12 in .github/workflows/bhc_target_repo_issue_merge_all_prs.yml
|
||
with: | ||
issueNumber: ${{ github.event.inputs.issueNumber }} | ||
secrets: | ||
RDKCM_RDKE: ${{ secrets.RDKCM_RDKE }} |