You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|`continue`| Indicates whether the IssueOps command was triggered and the workflow should continue with the string `"true"`. If the action did not complete successfully, `"false"` will be used. |
182
-
|`params`| The parameters of the triggered IssueOps command, provided as a JSON string. |
183
-
|`comment_id`| The ID of the comment that triggered this action. |
184
-
|`actor`| The GitHub handle of the actor who executed the IssueOps command. |
|`continue`| Indicates whether the IssueOps command was triggered and the workflow should continue with the string `"true"`. If the action did not complete successfully, `"false"` will be used. |
182
+
|`params`| The parameters of the triggered IssueOps command, provided as a JSON string. |
183
+
|`comment_id`| The ID of the comment that triggered this action. |
184
+
|`actor`| The GitHub handle of the actor who executed the IssueOps command. |
185
+
|`issue_number`| The issue number of the comment that triggered this action. |
186
+
|`command`| The command of the triggered IssueOps command. |
0 commit comments