Skip to content

Commit 987c85a

Browse files
authored
Merge pull request #7 from sdimitro/automate_backports_r
Sync "6.0/stage" with "master" via GitHub Actions
2 parents 8097403 + adbc347 commit 987c85a

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed
Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
on:
2+
push:
3+
branches:
4+
- master
5+
schedule:
6+
- cron: '0 0 * * *'
7+
8+
jobs:
9+
sync:
10+
strategy:
11+
matrix:
12+
branch:
13+
- 6.0/stage
14+
runs-on: ubuntu-18.04
15+
steps:
16+
- uses: actions/checkout@v2
17+
- uses: delphix/actions/sync-with-master@master
18+
with:
19+
branch-to-sync: ${{ matrix.branch }}
20+
env:
21+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)