Skip to content

ENH: Allow removal of (up to two) bad marker coils in read_raw_kit() #376

ENH: Allow removal of (up to two) bad marker coils in read_raw_kit()

ENH: Allow removal of (up to two) bad marker coils in read_raw_kit() #376

Workflow file for this run

name: Changelog
on: # yamllint disable-line rule:truthy
pull_request:
types: [opened, synchronize, labeled, unlabeled]
jobs:
changelog_checker:
name: Check towncrier entry in doc/changes/devel/
runs-on: ubuntu-latest
steps:
- uses: larsoner/action-towncrier-changelog@co # revert to scientific-python @ 0.1.1 once bug is fixed
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
BOT_USERNAME: changelog-bot