Skip to content

feat(ci): add GitHub Action for backporting merged PRs#352

Merged
veprbl merged 4 commits into
masterfrom
pr-backport
Jul 16, 2026
Merged

feat(ci): add GitHub Action for backporting merged PRs#352
veprbl merged 4 commits into
masterfrom
pr-backport

Conversation

@wdconinc

Copy link
Copy Markdown
Contributor

Briefly, what does this PR introduce? Please link to any relevant presentations or discussions.

This PR adds a PR backporting action by tag, similar to EICrecon.

What is the urgency of this PR?

  • High (please describe reason below)
  • Medium
  • Low

What kind of change does this PR introduce?

  • Bug fix (issue #__)
  • New feature (issue: PR backport action)
  • Optimization (issue #__)
  • Updated documentation
  • other: __

Please check if any of the following apply

  • This PR introduces breaking changes. Please describe changes users need to make below.
  • This PR changes default behavior. Please describe changes below.
  • AI was used in preparing this PR. Please describe usage below.

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

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 GitHub Actions workflow to automatically create backport pull requests for merged PRs, enabling label/tag-driven backporting similar to other EIC org repos.

Changes:

  • Introduces a new pull_request_target workflow that triggers on merged PR close events.
  • Runs korthout/backport-action to open backport PRs using a provided token.

Comment thread .github/workflows/pr-backport.yml Outdated
Comment thread .github/workflows/pr-backport.yml Outdated
@github-actions

github-actions Bot commented Jul 15, 2026

Copy link
Copy Markdown

Capybara summary for PR 352

Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
Copilot AI review requested due to automatic review settings July 15, 2026 11:17

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

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

Comment thread .github/workflows/pr-backport.yml
Comment thread .github/workflows/pr-backport.yml Outdated
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
Copilot AI review requested due to automatic review settings July 15, 2026 11:29

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

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 1 out of 1 changed files in this pull request and generated 1 comment.

Comment thread .github/workflows/pr-backport.yml
@wdconinc wdconinc enabled auto-merge (squash) July 15, 2026 12:54
@veprbl veprbl disabled auto-merge July 16, 2026 16:39
@veprbl veprbl merged commit ece9d97 into master Jul 16, 2026
86 of 88 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

3 participants