add upstream sync
Signed-off-by: ahuston-0 <aliceghuston@gmail.com>
This commit is contained in:
parent
bc6097e102
commit
2fb52c19dd
18
.github/upstream_sync.yml
vendored
Normal file
18
.github/upstream_sync.yml
vendored
Normal file
@ -0,0 +1,18 @@
|
|||||||
|
# .github/workflows/sync.yml
|
||||||
|
name: Rebase Upstream
|
||||||
|
on:
|
||||||
|
schedule:
|
||||||
|
- cron: "0 0 * * 0" # run once a week
|
||||||
|
workflow_dispatch: # run manually
|
||||||
|
|
||||||
|
jobs:
|
||||||
|
sync:
|
||||||
|
runs-on: ubuntu-latest
|
||||||
|
steps:
|
||||||
|
- uses: actions/checkout@master
|
||||||
|
with:
|
||||||
|
fetch-depth: 10 # greater than the number of commits you made
|
||||||
|
- uses: imba-tjd/rebase-upstream-action@master
|
||||||
|
with: # all args are optional
|
||||||
|
upstream: peter-evans/create-pull-request
|
||||||
|
branch: main
|
Loading…
x
Reference in New Issue
Block a user