We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 61cf47e commit 0bd875fCopy full SHA for 0bd875f
1 file changed
.github/workflows/d-compat-branch.yml
@@ -0,0 +1,10 @@
1
+name: Create new d-compat branch
2
+
3
+on:
4
+ workflow_dispatch:
5
+ schedule:
6
+ - cron: "0 0 * * *"
7
8
+jobs:
9
+ ci:
10
+ uses: discourse/.github/.github/workflows/create-d-compat-branch.yml@v1
0 commit comments