net.rpcs3.RPCS3/.github/workflows/pr-from-upstream.yml

11 lines
269 B
YAML
Raw Normal View History

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