Skip to content

Weekly Sync from branch '4.3.0' to 'main' #11

Weekly Sync from branch '4.3.0' to 'main'

Weekly Sync from branch '4.3.0' to 'main' #11

Workflow file for this run

name: Weekly Sync from branch '4.3.0' to 'main'
# Schedule to run weekly on Friday at 3:15 PM UTC
on:
schedule:
- cron: '35 4 * * 2' # Adjust this cron expression for your preferred time
jobs:
sync_pr:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
ref: main
- name: Reset 4.3.0 branch
run: |
git fetch origin propertyM:propertyM
git reset --hard propertyM
- name: Create Pull Request
uses: peter-evans/create-pull-request@v7
with:
title: Sync main branch with 4.3.0 branch
body: This PR is to sync the main branch with the 4.3.0 branch.
branch: propertyM