We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 004f6e9 commit 30bb85dCopy full SHA for 30bb85d
1 file changed
.github/workflows/automerge.yml
@@ -0,0 +1,10 @@
1
+name: automerge
2
+on:
3
+ workflow_dispatch:
4
+ schedule:
5
+ - cron: '42 2,5,8,11 * * *'
6
+
7
+jobs:
8
+ automerge:
9
+ uses: salesforcecli/github-workflows/.github/workflows/automerge.yml@main
10
+ secrets: inherit
0 commit comments