Skip to content

Commit

Permalink
Merge 12684d4 into 5a0ff15
Browse files Browse the repository at this point in the history
  • Loading branch information
holtgrewe committed Mar 9, 2022
2 parents 5a0ff15 + 12684d4 commit fd8b381
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
Original file line number Diff line number Diff line change
@@ -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@x2
1 change: 1 addition & 0 deletions HISTORY.rst
Original file line number Diff line number Diff line change
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 fd8b381

Please sign in to comment.