Skip to content

Commit ce294fc

Browse files
committed
Move auto PR to v12
1 parent 888e5c0 commit ce294fc

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

.github/PULL_REQUEST_TEMPLATE/auto_pr_to_mapl3.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## :memo: Automatic PR: `develop``release/MAPL-v3`
1+
## :memo: Automatic PR: `v12``release/MAPL-v3`
22

33
### Description
44

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,30 +1,30 @@
1-
name: Push to Develop
1+
name: Push to v12
22

33
on:
44
push:
55
branches:
6-
- develop
6+
- feature/sdrabenh/gcm_v12
77

88
jobs:
99
pull_request:
1010
name: Create Pull Request
1111
runs-on: ubuntu-latest
1212
steps:
1313
- name: Checkout repo
14-
uses: actions/checkout@v2
14+
uses: actions/checkout@v5
1515
with:
1616
fetch-depth: 0
1717
- name: Run the action
1818
uses: devops-infra/[email protected]
1919
with:
2020
github_token: ${{ secrets.GITHUB_TOKEN }}
21-
source_branch: develop
21+
source_branch: feature/sdrabenh/gcm_v12
2222
target_branch: release/MAPL-v3
2323
label: automatic,MAPL3,Skip Changelog
2424
template: .github/PULL_REQUEST_TEMPLATE/auto_pr_to_mapl3.md
2525
get_diff: true
2626
assignee: ${{ github.actor }}
2727
old_string: "<!-- Write your description here -->"
2828
new_string: ${{ github.event.commits[0].message }}
29-
title: Auto PR - develop → MAPL-v3 - ${{ github.event.commits[0].message }}
29+
title: Auto PR - v12 → MAPL-v3 - ${{ github.event.commits[0].message }}
3030

0 commit comments

Comments
 (0)