From 06018251868a81ab9b0be7a0300898d52aed8dab Mon Sep 17 00:00:00 2001 From: Matthew Thompson Date: Thu, 11 Apr 2024 10:32:41 -0400 Subject: [PATCH] Fix yaml try3 --- .github/workflows/push-to-develop.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/push-to-develop.yml b/.github/workflows/push-to-develop.yml index 36bb7c0c3378..449820dd235a 100644 --- a/.github/workflows/push-to-develop.yml +++ b/.github/workflows/push-to-develop.yml @@ -20,7 +20,7 @@ jobs: github_token: ${{ secrets.GITHUB_TOKEN }} source_branch: develop target_branch: release/MAPL-v3 - label: ":chart_with_upwards_trend: MAPL3", "Changelog Skip", ":wrench: Github Actions" + label: ":chart_with_upwards_trend: MAPL3,Changelog Skip,:wrench: Github Actions" template: .github/PULL_REQUEST_TEMPLATE/auto_pr_to_mapl3.md # Turning this to false until the action can get a fix for # https://github.com/devops-infra/action-pull-request/issues/126