Body of main 'editorcheck' response
Arguments
- repourl
The URL for the repo being checked, potentially including full path to non-default branch.
- repo
The 'context.repo' parameter defining the repository from which the command was invoked, passed in 'org/repo' format.
- issue_id
The id (number) of the issue from which the command was invoked.
- post_to_issue
Integer value > 0 will post results back to issue (via 'gh' cli); otherwise just return character string with result.
Value
If !post_to_issue
, a markdown-formatted response body from static
package checks, otherwise URL of the issue comment to which response body has
been posted.
See also
Other main:
collate_editor_check()
,
serve_api()