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 37de332 commit 5eea03aCopy full SHA for 5eea03a
README.md
@@ -45,6 +45,8 @@ on:
45
types: [opened, labeled]
46
pull_request:
47
48
+ issue_comment:
49
+ types: [created]
50
env:
51
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
52
@@ -98,6 +100,8 @@ on:
98
100
99
101
pull_request_target:
102
103
104
105
106
MY_GITHUB_TOKEN: ${{ secrets.MY_GITHUB_TOKEN }}
107
entrypoint.sh
@@ -125,7 +125,7 @@ if [ -z "$INITIAL_COLUMN_ID" ]; then
125
fi
126
127
case "$GITHUB_EVENT_NAME" in
128
- issues)
+ issues|issue_comment)
129
ISSUE_ID=$(jq -r '.issue.id' < "$GITHUB_EVENT_PATH")
130
131
# Add this issue to the project column
0 commit comments