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
:
NEXT_PUBLIC_ALLOWED_USERS_LIST
environment variable in your agent’s deployment environment (include in the production deployments for both the web app and agent to take advantage of the allowed users functionality).
GITHUB_TRIGGER_USERNAME
is set correctlyALLOWED_USERS
list