Skip to content

Commit

Permalink
GH Actions: use branch sync workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
MetRonnie committed Oct 26, 2023
1 parent 0e3c660 commit 0315b8e
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions .github/workflows/branch_sync.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
name: Sync PR

on:
push:
branches:
- '2.*.x'
schedule:
- cron: '13 05 * * 1,3,5' # 05:13 UTC Mon,Wed,Fri
workflow_dispatch:
inputs:
head_branch:
description: Branch to merge into master
required: true

jobs:
sync:
uses: cylc/release-actions/.github/workflows/branch-sync.yml@v1
with:
head_branch: ${{ inputs.head_branch }}
secrets: inherit

0 comments on commit 0315b8e

Please sign in to comment.