We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6490485 commit 0283567Copy full SHA for 0283567
.github/workflows/minimal-merge-queue.yml
@@ -0,0 +1,10 @@
1
+name: Merge Group Checks
2
+on:
3
+ merge_group:
4
+ types: [checks_requested]
5
+jobs:
6
+ minimal-check:
7
+ runs-on: ubuntu-latest
8
+ steps:
9
+ - name: Always pass
10
+ run: echo "All good!"
0 commit comments