How to trigger Open SWE runs by tagging it in PR comments and reviews
@open-swe
in any of the following contexts:
@open-swe
in the review body@open-swe
in specific line-by-line review comments@open-swe
to request general changes@open-swe
, it creates a new independent run. Multiple tags in the same comment or across different comments will result in separate runs being executed.fixes #123
or fix #123
closes #456
or close #456
resolves #789
or resolve #789
@open-swe
anywhere in your messagementionsGitHubUserForTrigger
function in apps/open-swe/src/routes/github/utils.ts
:
your-custom-username
with the GitHub username you created.
apps/open-swe/.env
:
ALLOWED_USERS
list in packages/shared/src/github/allowed-users.ts
:
GITHUB_TRIGGER_USERNAME
is set correctlyALLOWED_USERS
list