Skip to content

chore: allow Repo Assist PR bases#182

Merged
NichUK merged 1 commit into
mainfrom
chore/repo-assist-allowed-base-branches
Jun 14, 2026
Merged

chore: allow Repo Assist PR bases#182
NichUK merged 1 commit into
mainfrom
chore/repo-assist-allowed-base-branches

Conversation

@NichUK

@NichUK NichUK commented Jun 14, 2026

Copy link
Copy Markdown
Owner

Summary

  • Allow Repo Assist safe-output PR creation to target main or develop
  • Regenerate the Repo Assist lock file

Root cause

Run 27500137749 failed during safe outputs because Repo Assist attempted to create a PR with base develop, but safe-outputs.create-pull-request.allowed-base-branches was not configured.

Validation

  • gh aw compile -> 0 errors, 0 warnings
  • git diff --check

Copilot AI review requested due to automatic review settings June 14, 2026 16:11
@NichUK NichUK merged commit 74ea19d into main Jun 14, 2026
10 checks passed
@NichUK NichUK deleted the chore/repo-assist-allowed-base-branches branch June 14, 2026 16:12

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 Repo Assist (agentic workflow) configuration to allow safe-output PR creation to target either main or develop, and regenerates the derived lock workflow to reflect that configuration.

Changes:

  • Configure safe-outputs.create-pull-request.allowed-base-branches to allow main and develop.
  • Regenerate .github/workflows/repo-assist.lock.yml so the compiled workflow embeds the updated safe-outputs configuration.

Reviewed changes

Copilot reviewed 2 out of 2 changed files in this pull request and generated 1 comment.

File Description
.github/workflows/repo-assist.md Adds allowed-base-branches: [main, develop] to the safe-outputs PR creation configuration.
.github/workflows/repo-assist.lock.yml Regenerates the compiled workflow; includes the new allowed_base_branches safe-outputs setting (and other generated changes).

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

Comment on lines 1823 to 1826
pre_activation:
if: >
github.event_name != 'issue_comment' && github.event_name != 'pull_request_review_comment' || contains(fromJSON('["OWNER","MEMBER","COLLABORATOR"]'), github.event.comment.author_association)
runs-on: ubuntu-slim
permissions:
pull-requests: read
This was referenced Jun 14, 2026
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