Skip to content

Commit

Permalink
Merge b73b8ee into 5a0ff15
Browse files Browse the repository at this point in the history
  • Loading branch information
holtgrewe committed Mar 9, 2022
2 parents 5a0ff15 + b73b8ee commit 75c5bfc
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .github/workflows/check-trailers.yml
@@ -0,0 +1,13 @@
name: check trailers

on:
- push
- pull_request

jobs:
check_trailers:
runs-on: ubuntu-latest
name: Check commit message trailers
steps:
- uses: actions/checkout@v2
- uses: bihealth/action-require-trailers@main
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 75c5bfc

Please sign in to comment.