Skip to content

WIP FIX Deprecate use_rounding=False default in time_as_index [circle full] – take 2 #7111

WIP FIX Deprecate use_rounding=False default in time_as_index [circle full] – take 2

WIP FIX Deprecate use_rounding=False default in time_as_index [circle full] – take 2 #7111

Workflow file for this run

name: Changelog
on: # yamllint disable-line rule:truthy
pull_request:
types: [opened, synchronize, labeled, unlabeled]
branches: ["main"]
permissions:
contents: read
jobs:
changelog_checker:
name: Check towncrier entry in doc/changes/dev/
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
with:
persist-credentials: false
- uses: scientific-python/action-towncrier-changelog@v2
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
BOT_USERNAME: changelog-bot