Merge pull request #410 from grafana/krajo/fork-sync

Use tgymnich/fork-sync to create PR from upstream merge
This commit is contained in:
George Krajcsovits 2023-01-30 10:57:16 +01:00 committed by GitHub
commit 300116a20c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

17
.github/workflows/sync-fork.yml vendored Normal file
View file

@ -0,0 +1,17 @@
name: sync fork with upstream
on:
schedule:
- cron: '11 8 * * 1' # 8:11 UTC on Monday
workflow_dispatch: # for manual testing
jobs:
sync-fork-pr:
runs-on: ubuntu-latest
steps:
- uses: tgymnich/fork-sync@v1.7
with:
owner: grafana
base: main
head: main