We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 94a8f58 commit f4a2df8Copy full SHA for f4a2df8
.github/workflows/openhands-resolver.yml
@@ -80,11 +80,11 @@ jobs:
80
github.event.label.name == 'fix-me-experimental' ||
81
(
82
(github.event_name == 'issue_comment' || github.event_name == 'pull_request_review_comment') &&
83
- startsWith(github.event.comment.body, inputs.macro || '@openhands-agent-exp')
+ startsWith(github.event.comment.body, '@openhands-agent-exp')
84
) ||
85
86
github.event_name == 'pull_request_review' &&
87
- startsWith(github.event.review.body, inputs.macro || '@openhands-agent-exp')
+ startsWith(github.event.review.body, '@openhands-agent-exp')
88
)
89
90
uses: actions/cache@v3
0 commit comments