Skip to content

Exclude dev files from autoloop protected-files list#37

Merged
mrjf merged 1 commit into
mainfrom
fix/exclude-dev-files-from-protected
May 13, 2026
Merged

Exclude dev files from autoloop protected-files list#37
mrjf merged 1 commit into
mainfrom
fix/exclude-dev-files-from-protected

Conversation

@mrjf
Copy link
Copy Markdown
Contributor

@mrjf mrjf commented May 13, 2026

Every autoloop iteration falls back to creating an issue instead of a PR because the patch includes go.mod/go.sum (protected by default). This is a Go migration project — it obviously needs to modify Go module files.

Changes:

  • Exclude go.mod, go.sum, package.json, requirements.txt, etc. from protected-files on both create_pull_request and push_to_pull_request_branch
  • Add max-patch-files: 500
  • Add recreate-ref: true

…te-ref

Autoloop can't create PRs because go.mod, go.sum, and other dev files
are on the default protected list. Every iteration silently falls back
to creating an issue instead of a PR.

- Exclude go.mod, go.sum, package.json, requirements.txt, etc.
- Add max-patch-files: 500
- Add recreate-ref: true

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
@mrjf mrjf merged commit 3b7442f into main May 13, 2026
23 checks passed
@mrjf mrjf deleted the fix/exclude-dev-files-from-protected branch May 13, 2026 22:25
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.

1 participant