Skip to content

Merge remote-tracking branch 'origin/feature/wmputman/LM_v12rc20_WMP'… #70

Merge remote-tracking branch 'origin/feature/wmputman/LM_v12rc20_WMP'…

Merge remote-tracking branch 'origin/feature/wmputman/LM_v12rc20_WMP'… #70

name: Push to v12
on:
push:
branches:
- feature/sdrabenh/gcm_v12
jobs:
pull_request:
name: Create Pull Request
runs-on: ubuntu-latest
steps:
- name: Checkout repo
uses: actions/checkout@v5
with:
fetch-depth: 0
- name: Run the action
uses: devops-infra/[email protected]
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
source_branch: feature/sdrabenh/gcm_v12
target_branch: release/MAPL-v3
label: automatic,MAPL3,Skip Changelog
template: .github/PULL_REQUEST_TEMPLATE/auto_pr_to_mapl3.md
get_diff: true
assignee: ${{ github.actor }}
old_string: "<!-- Write your description here -->"
new_string: ${{ github.event.commits[0].message }}
title: Auto PR - v12 → MAPL-v3 - ${{ github.event.commits[0].message }}