Skip to content

Commit 255645d

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

File tree

2 files changed

+24
-0
lines changed

2 files changed

+24
-0
lines changed
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
# This workflow will enforce FIREWHEEL ecosystem standard releases
2+
3+
name: Release Drafter
4+
5+
on:
6+
push:
7+
branches: [ "*" ]
8+
pull_request:
9+
branches: [ "main" ]
10+
11+
jobs:
12+
call-firewheel-linting:
13+
uses: sandialabs/firewheel/.github/workflows/release-drafter.yml@ci-consistent-ecosystem

0 commit comments

Comments
 (0)