Skip to content

fix(repo-assist): remove title-prefix restriction from push-to-pull-request-branch#323

Draft
Copilot wants to merge 2 commits intomainfrom
copilot/fix-title-prefix-restriction
Draft

fix(repo-assist): remove title-prefix restriction from push-to-pull-request-branch#323
Copilot wants to merge 2 commits intomainfrom
copilot/fix-title-prefix-restriction

Conversation

Copy link
Copy Markdown
Contributor

Copilot AI commented May 1, 2026

push-to-pull-request-branch had title-prefix: "[Repo Assist] " alongside target: "*" — a contradiction that silently rejected every push to a PR not originally created by Repo Assist, breaking the primary on-demand use case.

Change

  • workflows/repo-assist.md: Drop title-prefix from push-to-pull-request-branch; keep it on create-pull-request where it correctly namespaces new PRs.
# before
push-to-pull-request-branch:
  target: "*"
  title-prefix: "[Repo Assist] "
  max: 4

# after
push-to-pull-request-branch:
  target: "*"
  max: 4

The max: 4 cap and existing protected-files guardrails remain the safety boundary for pushes.

Copilot AI changed the title [WIP] Fix repo-assist title-prefix restriction in push-to-pull-request-branch fix(repo-assist): remove title-prefix restriction from push-to-pull-request-branch May 1, 2026
Copilot finished work on behalf of dsyme May 1, 2026 16:11
Copilot AI requested a review from dsyme May 1, 2026 16:11
@dsyme dsyme closed this May 1, 2026
@dsyme dsyme reopened this May 1, 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.

fix(repo-assist): remove title-prefix restriction from push-to-pull-request-branch

2 participants