We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 263a658 commit 39b33d7Copy full SHA for 39b33d7
.github/workflows/sync-release-branches.yml
@@ -0,0 +1,16 @@
1
+# Designed to keep develop branch as a perfect copy of LabKey fork
2
+on:
3
+ schedule:
4
+ - cron: "*/15 * * * *"
5
+jobs:
6
+ sync-release-branches:
7
+ runs-on: ubuntu-latest
8
+ steps:
9
+ - name: "Sync Release Branches"
10
+ uses: bimberlabinternal/DevOps/githubActions/branch-create@master
11
+ with:
12
+ source_repo: "labkey/LabDevKitModules"
13
+ source_branch_prefix: "release"
14
+ destination_repo: "BimberLabInternal/LabDevKitModules"
15
+ destination_branch_prefix: "discvr-"
16
+ github_token: ${{ secrets.GITHUB_TOKEN }}
0 commit comments