Skip to content

Merge pull request #259 from LabKey/23.7_fb_q_to_h #895

Merge pull request #259 from LabKey/23.7_fb_q_to_h

Merge pull request #259 from LabKey/23.7_fb_q_to_h #895

Workflow file for this run

---
# Workflow to automate creation and updating of release branches
name: Release Branching
# Trigger on tags created by TeamCity
on:
push:
tags:
- '*'
jobs:
branch_release:
if: github.event.created && github.event.sender.login == 'labkey-teamcity'
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Create branches and PRs
uses: LabKey/gitHubActions/branch-release@develop
with:
github_token: ${{ secrets.GITHUB_TOKEN }}