We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8905f4d commit 037c723Copy full SHA for 037c723
.github/workflows/rebase_checker.yaml
@@ -0,0 +1,8 @@
1
+---
2
+name: Check that 'main' is not merged into the development branch
3
+
4
+on: pull_request
5
6
+jobs:
7
+ call-workflow:
8
+ uses: lsst/rubin_workflows/.github/workflows/rebase_checker.yaml@main
0 commit comments