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 888dce2 commit fbc2895Copy full SHA for fbc2895
.github/workflows/pr-title-checker.yml
@@ -0,0 +1,13 @@
1
+# This workflow will enforce FIREWHEEL ecosystem standard PR title checking
2
+
3
+name: "Lint Pull Request Title"
4
5
+on:
6
+ push:
7
+ branches: [ "*" ]
8
+ pull_request:
9
+ branches: [ "main" ]
10
11
+jobs:
12
+ call-firewheel-pr-title-checker:
13
+ uses: sandialabs/firewheel/.github/workflows/pr-title-checker.yaml@ci-consistent-ecosystem
.github/workflows/release-drafter.yml
+# This workflow will enforce FIREWHEEL ecosystem standard releases
+name: Release Drafter
+ call-firewheel-linting:
+ uses: sandialabs/firewheel/.github/workflows/release-drafter.yml@ci-consistent-ecosystem
0 commit comments