mirror of
https://github.com/urbit/shrub.git
synced 2024-11-28 22:33:06 +03:00
18 lines
362 B
YAML
18 lines
362 B
YAML
|
name: ops-merge
|
||
|
on:
|
||
|
push:
|
||
|
branches:
|
||
|
- 'release/*'
|
||
|
jobs:
|
||
|
merge-release-to-ops:
|
||
|
runs-on: ubuntu-latest
|
||
|
name: "Merge to ops-tlon"
|
||
|
steps:
|
||
|
- uses: actions/checkout@v2
|
||
|
- uses: devmasx/merge-branch@v1.3.1
|
||
|
with:
|
||
|
type: now
|
||
|
target_branch: ops-tlon
|
||
|
github_token: ${{ secrets.JANEWAY_BOT_TOKEN }}
|
||
|
|