mirror of
https://github.com/ilyakooo0/urbit.git
synced 2024-12-25 16:05:27 +03:00
meta: add merge action
This commit is contained in:
parent
eae48b76c6
commit
169908a1a4
5
.github/workflows/merge.yml
vendored
5
.github/workflows/merge.yml
vendored
@ -2,7 +2,7 @@ name: merge
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- 'jt/merge-workflow'
|
||||
- 'master'
|
||||
jobs:
|
||||
merge-to-next-js:
|
||||
runs-on: ubuntu-latest
|
||||
@ -12,7 +12,6 @@ jobs:
|
||||
- uses: devmasx/merge-branch@v1.3.1
|
||||
with:
|
||||
type: now
|
||||
from_branch: jt/test-merge-workflow
|
||||
target_branch: jt/merge-workflow
|
||||
target_branch: release/next-js
|
||||
github_token: ${{ github.token }}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user