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