Skip to content

fix: issue-implementer protected file fallback and PR iteration#37

Merged
microsasa merged 1 commit intomainfrom
fix/implementer-improvements
Mar 14, 2026
Merged

fix: issue-implementer protected file fallback and PR iteration#37
microsasa merged 1 commit intomainfrom
fix/implementer-improvements

Conversation

@microsasa
Copy link
Owner

@microsasa microsasa commented Mar 14, 2026

Two improvements to the issue-implementer workflow:

  1. Protected file fallback — when the implementer tries to modify protected files (CI config, agent instructions), it now creates a review issue instead of failing silently.

  2. PR iteration — adds push-to-pull-request-branch so the implementer can push fixes to its own PRs when CI fails or review feedback comes in.

Related: #35

Closes #34
Closes #36

- Add protected-files: fallback-to-issue so protected file changes
  create a review issue instead of failing silently
- Add push-to-pull-request-branch so the implementer can iterate
  on its own PRs (CI failures, review feedback)

Closes #34
Closes #36

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Copy link

Copilot AI left a comment

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 adds two improvements to the issue-implementer GitHub Actions workflow: (1) a fallback-to-issue policy when the implementer tries to modify protected files, and (2) a new push-to-pull-request-branch safe output so the implementer can iterate on its own PRs (e.g., to fix CI failures).

Changes:

  • Added protected-files: fallback-to-issue to the create-pull-request safe output and added the push-to-pull-request-branch safe output in the workflow frontmatter.
  • Updated the compiled lock file to include the new tool definition, validation schema, handler configuration, conditional steps, and outputs for push_to_pull_request_branch.

Reviewed changes

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

File Description
.github/workflows/issue-implementer.md Adds protected-files: fallback-to-issue and new push-to-pull-request-branch safe output to frontmatter
.github/workflows/issue-implementer.lock.yml Compiled lock file updated with new tool, validation, config, conditionals, and outputs

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

@microsasa microsasa merged commit b0d1fb3 into main Mar 14, 2026
4 checks passed
@microsasa microsasa deleted the fix/implementer-improvements branch March 16, 2026 07:08
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: issue-implementer fails silently when touching protected files feat: add push-to-pull-request-branch to issue-implementer for CI fix iteration

2 participants