Skip to content

Commit

Permalink
Use commit message checks from os-autoinst-common
Browse files Browse the repository at this point in the history
- DRY github workflows, commit checks are now used here but
  defined in os-autoinst-common.
  • Loading branch information
josegomezr committed Oct 25, 2023
1 parent c944acc commit 94d1add
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 94d1add

Please sign in to comment.