Skip to content

Commit

Permalink
Merge branch 'os-autoinst:main' into native_gha
Browse files Browse the repository at this point in the history
  • Loading branch information
josegomezr committed Feb 9, 2024
2 parents 1d51542 + 10683a4 commit 20911ac
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/workflows/commit-message-checker.yml
@@ -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 20911ac

Please sign in to comment.