mirror of
https://github.com/prometheus/prometheus.git
synced 2024-11-15 18:14:06 -08:00
18 lines
316 B
YAML
18 lines
316 B
YAML
|
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
|