🏹 Update Master (PR) #36
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: 🏹 Update Master (PR) | |
on: | |
workflow_dispatch: | |
jobs: | |
update_master_and_create_pr: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v4 | |
with: | |
ref: edge | |
fetch-depth: 0 | |
- name: Push update branch | |
run: | | |
git config user.name "cloudinary-jenkins" | |
git config user.email "[email protected]" | |
git checkout -b update-master-from-edge | |
git push -u origin update-master-from-edge | |
- name: Create Pull Request | |
uses: peter-evans/create-pull-request@v6 | |
with: | |
token: ${{ secrets.BOT_TOKEN }} | |
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. | |
Commit footer format for release-please (see https://github.com/googleapis/release-please/tree/main?tab=readme-ov-file#what-if-my-pr-contains-multiple-fixes-or-features): |