---
title: "Add copy/backport action \"report_mode\" option"
date: 2024-02-29
tags:
  - Workflow Automation
description: "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.
