Skip to content

Conversation

@Chesars
Copy link
Contributor

@Chesars Chesars commented Oct 2, 2025

Summary

Add GitHub PR integration for issue resolution

  • Forward GITHUB_TOKEN to Docker environment with variable expansion.
  • Add UPSTREAM_REPO environment variable from issue URL.
  • Add optional PR creation instructions in github_issue.yaml (commented by
    default)
  • Agent can now automatically create PRs from to upstream repos

Closes #29

- Forward GITHUB_TOKEN to Docker environment with variable expansion
- Add UPSTREAM_REPO environment variable from issue URL
- Add optional PR creation instructions in github_issue.yaml (commented by default)
- Agent can auto-detect fork and create PRs to upstream repos

Users can uncomment the GitHub Integration section to enable automatic PR creation.

Resolves SWE-agent#29
@codecov
Copy link

codecov bot commented Oct 2, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.

Files with missing lines Coverage Δ
src/minisweagent/environments/docker.py 98.33% <100.00%> (+0.02%) ⬆️
src/minisweagent/run/github_issue.py 84.90% <100.00%> (+0.59%) ⬆️

... and 2 files with indirect coverage changes

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

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.

allow run/github_issue.py to open a pull request

1 participant