Skip to content

Commit

Permalink
Checking commit message trailers (#323)
Browse files Browse the repository at this point in the history
Closes: #323
Related-Issue: #323
Projected-Results-Impact: none
  • Loading branch information
holtgrewe committed Mar 9, 2022
1 parent 5a0ff15 commit adb0a9b
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/check-trailers.yml
@@ -0,0 +1,12 @@
name: check trailers

on:
- pull_request

jobs:
check_trailers:
runs-on: ubuntu-latest
name: Check commit message trailers
steps:
- uses: actions/checkout@v2
- uses: bihealth/action-require-trailers@v1.0.0
1 change: 1 addition & 0 deletions HISTORY.rst
Expand Up @@ -118,6 +118,7 @@ Full Change List
- Fix to support sodar-core v0.10.10
- Capping max. number of cases to query at once (#372)
- Documenting release cycle and branch names
- Checking commit message trailers (#323)

-------
v0.23.9
Expand Down

0 comments on commit adb0a9b

Please sign in to comment.