From b6430f3fa69c574b9521ffe553296e7c5e767f41 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Mar 2026 11:55:10 +0000 Subject: [PATCH 1/2] workflows/backport: bump korthout/backport-action from 4.1.0 to 4.2.0 Bumps [korthout/backport-action](https://github.com/korthout/backport-action) from 4.1.0 to 4.2.0. - [Release notes](https://github.com/korthout/backport-action/releases) - [Commits](https://github.com/korthout/backport-action/compare/01619ebc9a6e3f6820274221b9956b3e7365000a...4aaf0e03a94ff0a619c9a511b61aeb42adea5b02) --- updated-dependencies: - dependency-name: korthout/backport-action dependency-version: 4.2.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/backport.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/backport.yml b/.github/workflows/backport.yml index 3349b9ab88a1..fb30124ba398 100644 --- a/.github/workflows/backport.yml +++ b/.github/workflows/backport.yml @@ -49,7 +49,7 @@ jobs: - name: Create backport PRs id: backport - uses: korthout/backport-action@01619ebc9a6e3f6820274221b9956b3e7365000a # v4.1.0 + uses: korthout/backport-action@4aaf0e03a94ff0a619c9a511b61aeb42adea5b02 # v4.2.0 with: # Config README: https://github.com/korthout/backport-action#backport-action copy_labels_pattern: 'severity:\ssecurity' From 4f08fc3c7ef9ca9aa6e7e4acc94ce4078745f3b8 Mon Sep 17 00:00:00 2001 From: Michael Daniels Date: Tue, 10 Mar 2026 19:46:53 -0400 Subject: [PATCH 2/2] workflows/backport: request review from original PR author --- .github/workflows/backport.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/backport.yml b/.github/workflows/backport.yml index fb30124ba398..42e9a8ef635b 100644 --- a/.github/workflows/backport.yml +++ b/.github/workflows/backport.yml @@ -52,6 +52,7 @@ jobs: uses: korthout/backport-action@4aaf0e03a94ff0a619c9a511b61aeb42adea5b02 # v4.2.0 with: # Config README: https://github.com/korthout/backport-action#backport-action + add_author_as_reviewer: true copy_labels_pattern: 'severity:\ssecurity' github_token: ${{ steps.app-token.outputs.token }} pull_description: |-