Skip to content

Commit 21fd207

Browse files
authored
Update issue comment trigger conditions
Remove condition checking for specific user login in issue comment trigger.
1 parent deb6c0f commit 21fd207

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.github/workflows/coder.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,6 @@ jobs:
5252
github.event_name == 'issue_comment'
5353
&& github.event.action == 'created'
5454
&& github.event.issue.pull_request
55-
&& github.event.issue.user.login == 'xmtp-coder-agent'
5655
&& github.event.comment.user.login != 'xmtp-coder-agent'
5756
steps:
5857
- name: Forward PR Comment to Coder Task

0 commit comments

Comments
 (0)