Skip to content

MRG: Revamp HTML reprs of Raw, Epochs, Evoked, and Info #1201

MRG: Revamp HTML reprs of Raw, Epochs, Evoked, and Info

MRG: Revamp HTML reprs of Raw, Epochs, Evoked, and Info #1201

Workflow file for this run

name: autofix.ci
on: # yamllint disable-line rule:truthy
pull_request:
types: [opened, synchronize, labeled, unlabeled]
permissions:
contents: read
jobs:
autofix:
name: Autoupdate changelog entry
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: '3.12'
- run: pip install --upgrade towncrier pygithub
- run: python ./.github/actions/rename_towncrier/rename_towncrier.py
- uses: autofix-ci/action@d3e591514b99d0fca6779455ff8338516663f7cc