Skip to content

Commit

Permalink
Merge pull request #28 from josegomezr/simplify_example_pipeline
Browse files Browse the repository at this point in the history
Align CI workflows from os-autoinst-common and isotovideo
  • Loading branch information
okurz authored Dec 20, 2023
2 parents d0857d7 + 3bba4dd commit 10683a4
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 10683a4

Please sign in to comment.