Skip to content

Commit a0549e9

Browse files
committed
docs: Add clarification comment to issue-comment.yml workflow
1 parent 45d2a46 commit a0549e9

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/issue-comment.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
name: MyCoder Issue Comment Action
22

3+
# This workflow is triggered on all issue comments, but only runs the job
4+
# if the comment contains '/mycoder' and is from the authorized user.
5+
# Note: The workflow will appear in GitHub Actions logs for all comments,
6+
# but it will exit early (skip the job) if the conditions aren't met.
37
on:
48
issue_comment:
59
types: [created]

0 commit comments

Comments
 (0)