Skip to content

Commit

Permalink
Fix yaml again
Browse files Browse the repository at this point in the history
  • Loading branch information
mathomp4 committed Apr 11, 2024
1 parent 55e31f3 commit 1557bc3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/push-to-develop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/push-to-main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down

0 comments on commit 1557bc3

Please sign in to comment.