We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a6b7b84 commit c72f65dCopy full SHA for c72f65d
.github/workflows/ci-template-check.yml
@@ -0,0 +1,16 @@
1
+# Checks if a PR makes any changes that ought to be shared via templating.
2
+# See the called workflow in the scitools/workflows repo for more details.
3
+
4
+name: ci-template-check
5
6
+on:
7
+ pull_request_target:
8
+ branches:
9
+ - main
10
11
+jobs:
12
+ prompt-share:
13
+ uses: scitools/workflows/.github/workflows/[email protected]
14
+ secrets: inherit
15
+ with:
16
+ pr_number: ${{ github.event.pull_request.number }}
0 commit comments