From 56d5b92931a4e854c807c778f8ae75a8dbefb54c Mon Sep 17 00:00:00 2001 From: Ram Nanduri Date: Wed, 8 May 2024 14:49:51 +0200 Subject: [PATCH] Updated changelog and added github workflow for changelog reminder --- .github/workflows/changelog-reminder.yml | 15 +++++++++++++++ CHANGELOG.md | 3 +++ 2 files changed, 18 insertions(+) create mode 100644 .github/workflows/changelog-reminder.yml diff --git a/.github/workflows/changelog-reminder.yml b/.github/workflows/changelog-reminder.yml new file mode 100644 index 0000000..8a334d0 --- /dev/null +++ b/.github/workflows/changelog-reminder.yml @@ -0,0 +1,15 @@ +name: "CHANGELOG Reminder" +on: + pull_request: + types: [opened, synchronize, reopened, ready_for_review, labeled, unlabeled] + +jobs: + # Enforces the update of a changelog file on every pull request + changelog: + runs-on: ubuntu-latest + steps: + - uses: actions/checkout@v4 + - uses: dangoslen/changelog-enforcer@v3 + with: + changeLogPath: 'CHANGELOG.md' + skipLabels: 'skip-changelog-update' \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 1cae7ce..a29e004 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,6 @@ +# v1.1.1 +- Updated QC text in the report + # v1.1.0 - Added pharmCAT module to the pipeline