diff --git a/.github/workflows/pr-title-checker.yml b/.github/workflows/pr-title-checker.yml new file mode 100644 index 0000000..237f911 --- /dev/null +++ b/.github/workflows/pr-title-checker.yml @@ -0,0 +1,15 @@ +# This workflow will enforce FIREWHEEL ecosystem standard PR title checking + +name: "Lint Pull Request Title" + +on: + pull_request: + types: + - opened + - edited + - synchronize + - reopened + +jobs: + call-firewheel-pr-title-checker: + uses: sandialabs/firewheel/.github/workflows/pr-title-checker.yml@ci-consistent-ecosystem diff --git a/.github/workflows/release-drafter.yml b/.github/workflows/release-drafter.yml new file mode 100644 index 0000000..fb2a085 --- /dev/null +++ b/.github/workflows/release-drafter.yml @@ -0,0 +1,19 @@ +# This workflow will enforce FIREWHEEL ecosystem standard releases + +name: Release Drafter + +on: + push: + branches: + - main + pull_request_target: + types: + - opened + - reopened + - synchronize + - labeled + - unlabeled + +jobs: + call-firewheel-linting: + uses: sandialabs/firewheel/.github/workflows/release-drafter.yml@ci-consistent-ecosystem