View as Markdown
Workflow Automation

Add copy/backport action "report_mode" option

New `report_mode` parameter lets you report `copy` and `backport` results as a GitHub check or as a comment.

The copy and backport action now support a new report_mode parameter which allows to configure how the action is reported. The default is check, which reports the action result in a GitHub check. The comment value allows to rather post a comment on the pull request with the result of the action.

Was this page helpful?