We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3cb15af commit 0bc6411Copy full SHA for 0bc6411
.github/workflows/merge-upstream.yml
@@ -1,5 +1,8 @@
1
name: Sync fork with upstream
2
+
3
on:
4
+ pull_request:
5
+ types: [ opened ]
6
schedule:
7
- cron: "0 6 * * *"
8
workflow_dispatch:
0 commit comments