diff --git a/.github/workflows/push-to-develop.yml b/.github/workflows/push-to-develop.yml index 906bd8d0140e..36bb7c0c3378 100644 --- a/.github/workflows/push-to-develop.yml +++ b/.github/workflows/push-to-develop.yml @@ -20,10 +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 diff --git a/.github/workflows/push-to-main.yml b/.github/workflows/push-to-main.yml index cecc07c8930c..6c8a112a92e9 100644 --- a/.github/workflows/push-to-main.yml +++ b/.github/workflows/push-to-main.yml @@ -20,8 +20,7 @@ jobs: github_token: ${{ secrets.GITHUB_TOKEN }} source_branch: main target_branch: develop - label: - - :wrench: Github Actions + label: ":wrench: Github Actions" template: .github/PULL_REQUEST_TEMPLATE/gitflow_main_develop.md get_diff: true assignee: ${{ github.actor }}