Skip to content

Fix sample_id and group_id positions in bqsr_bam_choice tuples #207

Fix sample_id and group_id positions in bqsr_bam_choice tuples

Fix sample_id and group_id positions in bqsr_bam_choice tuples #207

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'