Skip to content

Commit bda5cf6

Browse files
committed
chore: Use FIREWHEEL CI workflows
1 parent 888dce2 commit bda5cf6

File tree

2 files changed

+34
-0
lines changed

2 files changed

+34
-0
lines changed
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
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
Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
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

0 commit comments

Comments
 (0)