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 45d2a46 commit a0549e9Copy full SHA for a0549e9
.github/workflows/issue-comment.yml
@@ -1,5 +1,9 @@
1
name: MyCoder Issue Comment Action
2
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.
7
on:
8
issue_comment:
9
types: [created]
0 commit comments