File tree Expand file tree Collapse file tree 2 files changed +34
-0
lines changed Expand file tree Collapse file tree 2 files changed +34
-0
lines changed Original file line number Diff line number Diff line change
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
+ types :
8
+ - opened
9
+ - edited
10
+ - synchronize
11
+ - reopened
12
+
13
+ jobs :
14
+ call-firewheel-pr-title-checker :
15
+ uses : sandialabs/firewheel/.github/workflows/pr-title-checker.yaml@ci-consistent-ecosystem
Original file line number Diff line number Diff line change
1
+ # This workflow will enforce FIREWHEEL ecosystem standard releases
2
+
3
+ name : Release Drafter
4
+
5
+ on :
6
+ push :
7
+ branches :
8
+ - main
9
+ pull_request_target :
10
+ types :
11
+ - opened
12
+ - reopened
13
+ - synchronize
14
+ - labeled
15
+ - unlabeled
16
+
17
+ jobs :
18
+ call-firewheel-linting :
19
+ uses : sandialabs/firewheel/.github/workflows/release-drafter.yml@ci-consistent-ecosystem
You can’t perform that action at this time.
0 commit comments