Skip to content

Commit

Permalink
Updated changelog and added github workflow for changelog reminder
Browse files Browse the repository at this point in the history
  • Loading branch information
ramsainanduri committed May 8, 2024
1 parent 4a59db8 commit 56d5b92
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/workflows/changelog-reminder.yml
Original file line number Diff line number Diff line change
@@ -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'
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# v1.1.1
- Updated QC text in the report

# v1.1.0
- Added pharmCAT module to the pipeline

Expand Down

0 comments on commit 56d5b92

Please sign in to comment.