From b73b8eef9d1ce50dd1b3e8ff86d500bdb5157aaa Mon Sep 17 00:00:00 2001 From: Manuel Holtgrewe Date: Wed, 9 Mar 2022 11:46:39 +0100 Subject: [PATCH] Checking commit message trailers (#323) --- .github/workflows/check-trailers.yml | 13 +++++++++++++ HISTORY.rst | 1 + 2 files changed, 14 insertions(+) create mode 100644 .github/workflows/check-trailers.yml diff --git a/.github/workflows/check-trailers.yml b/.github/workflows/check-trailers.yml new file mode 100644 index 000000000..6c2de4aa0 --- /dev/null +++ b/.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 diff --git a/HISTORY.rst b/HISTORY.rst index e1138885a..7ab25a195 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -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