QuestionQ1
Author and manage workflowsWhat is the output of the following event-trigger block in a workflow?

- A It throws a workflow syntax error, pointing to the types definition in issue_comment event.
- B It runs the workflow when an issue or issue comment in the workflow's repository is created or modified.
- C It runs the workflow when an issue is edited or when an issue comment created.
- D It runs the workflow when an issue is created or edited, or when an issue or pull request comment is created.
- E It throws a workflow syntax error, pointing to the types definition in issues event.
Community Discussion