Skip to content

Remove unnecessary condition for merging codegen pull requests in workflow - #361

Merged
ptr727 merged 3 commits into
developfrom
prbranch
Apr 5, 2026
Merged

Remove unnecessary condition for merging codegen pull requests in workflow#361
ptr727 merged 3 commits into
developfrom
prbranch

Conversation

@ptr727

@ptr727 ptr727 commented Apr 5, 2026

Copy link
Copy Markdown
Owner

Signed-off-by: Pieter Viljoen ptr727@users.noreply.github.com

…kflow

Signed-off-by: Pieter Viljoen <ptr727@users.noreply.github.com>
Copilot AI review requested due to automatic review settings April 5, 2026 18:04
Signed-off-by: Pieter Viljoen <ptr727@users.noreply.github.com>

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

This PR updates the “Merge bot pull request action” workflow to relax the condition under which it auto-merges code generation pull requests, so that it no longer requires the PR actor to be github-actions[bot].

Changes:

  • Removed the github.actor == 'github-actions[bot]' condition from the merge-codegen job’s if: guard.
  • Kept the existing guard that the PR must come from the codegen branch and from the same repository (not a fork).

Comment thread .github/workflows/merge-bot-pull-request.yml Outdated
Signed-off-by: Pieter Viljoen <ptr727@users.noreply.github.com>
Copilot AI review requested due to automatic review settings April 5, 2026 18:14

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

Copilot reviewed 2 out of 3 changed files in this pull request and generated no new comments.

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

Copilot reviewed 2 out of 3 changed files in this pull request and generated 2 comments.

Comment thread .vscode/tasks.json
Comment thread .github/workflows/merge-bot-pull-request.yml
@ptr727
ptr727 merged commit c51bcee into develop Apr 5, 2026
59 checks passed
@ptr727
ptr727 deleted the prbranch branch April 5, 2026 21:13
@ptr727 ptr727 mentioned this pull request May 24, 2026
3 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants