Skip to content

update automerge workflow to handle multiple PRs - #26335

Closed
pramodbindal wants to merge 1 commit into
nightlyfrom
pb/nightly
Closed

update automerge workflow to handle multiple PRs#26335
pramodbindal wants to merge 1 commit into
nightlyfrom
pb/nightly

Conversation

@pramodbindal

Copy link
Copy Markdown
Member

No description provided.

Copilot AI review requested due to automatic review settings July 30, 2026 12:36
@openshift-ci

openshift-ci Bot commented Jul 30, 2026

Copy link
Copy Markdown

[APPROVALNOTIFIER] This PR is NOT APPROVED

This pull-request has been approved by: pramodbindal
Once this PR has been reviewed and has the lgtm label, please assign openshift-pipelines-bot for approval. For more information see the Code Review Process.

The full list of commands accepted by this bot can be found here.

Details Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

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

Updates the auto-merge-upstream GitHub Actions workflow so it can safely pass multiple PR numbers between steps (without breaking GITHUB_OUTPUT parsing).

Changes:

  • Convert gh pr list --jq output to a single space-separated string for both pr_list and success_pr_list.
  • Add bash xtrace (set -x) to the listing step for additional logging/debugging.

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

- name: List PRs
id: list-prs
run: |
set -x
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.

2 participants