Skip to content

Commit

Permalink
Align CI workflows from os-autoinst-common
Browse files Browse the repository at this point in the history
- Brought the commit message checker workflow from os-autoinst-commons.
  • Loading branch information
josegomezr committed Dec 20, 2023
1 parent d0857d7 commit 3bba4dd
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/workflows/commit-message-checker.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
---
name: 'Commit message check'

on:
pull_request:
push:
branches:
# we must not fix commit messages when they already reached main
- '!main'

jobs:
check-commit-message:
secrets:
accessToken: "${{ secrets.GITHUB_TOKEN }}"
uses: os-autoinst/os-autoinst-common/.github/workflows/base-commit-message-checker.yml@master

0 comments on commit 3bba4dd

Please sign in to comment.