[ENH] Add option to store and return TFR taper weights #2714
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Changelog | |
on: # yamllint disable-line rule:truthy | |
pull_request: | |
types: [opened, synchronize, labeled, unlabeled] | |
branches: ["main"] | |
jobs: | |
changelog_checker: | |
name: Check towncrier entry in doc/changes/devel/ | |
runs-on: ubuntu-latest | |
steps: | |
- uses: scientific-python/action-towncrier-changelog@v1 | |
env: | |
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} | |
BOT_USERNAME: changelog-bot |