components-template/workflow_templates/pr-from-upstream.yml

11 lines
269 B
YAML
Raw Normal View History

2024-11-05 02:36:57 +00:00
name: "Sync with Upstream and Create PR"
on:
workflow_call:
2024-11-05 06:27:09 +00:00
workflow_dispatch:
2024-11-05 02:36:57 +00:00
schedule:
- cron: "30 0 * * *" # Run every day at 00:30 UTC (9:30 JST)
jobs:
2024-11-05 06:27:09 +00:00
upstream-sync:
uses: RetroDECK/components-template/.github/workflows/pr_from_upstream.yml@main