Skip to content

Commit

Permalink
Merge pull request os-autoinst#5347 from josegomezr/use_reusable_comm…
Browse files Browse the repository at this point in the history
…it_check

Use commit message checks from os-autoinst-common
  • Loading branch information
mergify[bot] authored Oct 25, 2023
2 parents c944acc + 94d1add commit f8f5bc4
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 55 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 @@
---
# https://github.com/marketplace/actions/gs-commit-message-checker
name: 'Commit message check'
# yamllint disable-line rule:truthy
on:
pull_request:
push:
branches:
- '!master' # we must not fix commit messages when they already reached master

jobs:
check-commit-message:
secrets:
accessToken: "${{ secrets.GITHUB_TOKEN }}"
uses: os-autoinst/os-autoinst-common/.github/workflows/base-commit-message-checker.yml@master
55 changes: 0 additions & 55 deletions .github/workflows/commit_message_checker.yml

This file was deleted.

0 comments on commit f8f5bc4

Please sign in to comment.