Skip to content

Commit

Permalink
Update update_master.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
tsi authored Jul 15, 2024
1 parent 83153e0 commit 1aeca0b
Showing 1 changed file with 10 additions and 3 deletions.
13 changes: 10 additions & 3 deletions .github/workflows/update_master.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: 🏹 Create update-master PR
name: 🏹 Update Master (PR)

on:
workflow_dispatch:
Expand All @@ -10,19 +10,26 @@ jobs:
- uses: actions/checkout@v4
with:
fetch-depth: 0


- name: Merge edge into master
run: |
git config user.name "cloudinary-jenkins"
git config user.email "cloudinary-jenkins@cloudinary.com"
git checkout -b update-master-from-edge
- name: Create Pull Request
uses: peter-evans/create-pull-request@v6
with:
token: ${{ secrets.BOT_TOKEN }}
branch: edge
branch: update-master-from-edge
base: master
title: "chore: update master"
body: |
This PR was created Automatically.
Please approve and squash-merge it.
IMPORTANT:
Before merging, make sure all the changes are listed in the squash-commit footer.
Format must be plain conventional-commit, one per line.
No `*` bullets and no `----` comments are allowed.
Expand Down

0 comments on commit 1aeca0b

Please sign in to comment.