Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Resolver]: Check entire body for macro invocation #5184

Closed
malhotra5 opened this issue Nov 21, 2024 · 1 comment
Closed

[Resolver]: Check entire body for macro invocation #5184

malhotra5 opened this issue Nov 21, 2024 · 1 comment
Labels
enhancement New feature or request

Comments

@malhotra5
Copy link
Contributor

What problem or use case are you trying to solve?

Allow triggering the resolver if the macro trigger is present anywhere in the comment body.

Currently this would start resolver

@openhands-agent please fix this"

We also want to support such cases

"please fix this @openhands-agent"

Describe the UX of the solution you'd like
N/A
Do you have thoughts on the technical implementation?
Edit .github/workflows/openhands-resolver.yml and openhands/resolver/examples/openhands-resolver.yml; replace the startsWith command with an alternative that checks across the entire comment body

Describe alternatives you've considered

Additional context

@enyst
Copy link
Collaborator

enyst commented Nov 25, 2024

This is solved, right? Please feel free to reopen if you think it's not!

@enyst enyst closed this as completed Nov 25, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants