Skip to content

Build Health Check - Merge Issue PRs #9

Build Health Check - Merge Issue PRs

Build Health Check - Merge Issue PRs #9

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

View workflow run for this annotation

GitHub Actions / Build Health Check - Merge Issue PRs

Invalid workflow file

The workflow is not valid. .github/workflows/bhc_target_repo_issue_merge_all_prs.yml (Line: 12, Col: 11): Input issueURL is required, but not provided while calling. .github/workflows/bhc_target_repo_issue_merge_all_prs.yml (Line: 14, Col: 20): Invalid input, issueNumber is not defined in the referenced workflow.
with:
issueNumber: ${{ github.event.inputs.issueNumber }}
secrets:
RDKCM_RDKE: ${{ secrets.RDKCM_RDKE }}