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 ad5f1c2 commit a618f1aCopy full SHA for a618f1a
.github/workflows/prepare_pr.yml
@@ -0,0 +1,11 @@
1
+name: Prepare PR
2
+
3
+on:
4
+ pull_request:
5
+ branches:
6
+ - next
7
8
+jobs:
9
+ prepare:
10
+ uses: Geode-solutions/actions/.github/workflows/py-prepare-pr.yml@master
11
+ secrets: inherit
0 commit comments