From d66058b148a303d33a26fff7b4ec846973799769 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Alexander=20K=C3=B6plinger?= Date: Tue, 6 Dec 2022 15:20:35 +0100 Subject: [PATCH] Add condition to backport.yml (#79276) --- .github/workflows/backport.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/backport.yml b/.github/workflows/backport.yml index ac4a8bdcc19..fb4f7ec0172 100644 --- a/.github/workflows/backport.yml +++ b/.github/workflows/backport.yml @@ -14,6 +14,7 @@ permissions: jobs: backport: + if: ${{ contains(github.event.comment.body, '/backport to') }} uses: dotnet/arcade/.github/workflows/backport-base.yml@main with: pr_description_template: | -- 2.34.1