We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent deb6c0f commit 21fd207Copy full SHA for 21fd207
.github/workflows/coder.yml
@@ -52,7 +52,6 @@ jobs:
52
github.event_name == 'issue_comment'
53
&& github.event.action == 'created'
54
&& github.event.issue.pull_request
55
- && github.event.issue.user.login == 'xmtp-coder-agent'
56
&& github.event.comment.user.login != 'xmtp-coder-agent'
57
steps:
58
- name: Forward PR Comment to Coder Task
0 commit comments