Skip to content

MAINT: Use towncrier for release notes #5

MAINT: Use towncrier for release notes

MAINT: Use towncrier for release notes #5

Workflow file for this run

name: Check PR change log
on: # yamllint disable-line rule:truthy
pull_request:
types: [opened, synchronize, labeled, unlabeled]
jobs:
changelog_checker:
name: Check if towncrier change log entry is correct
runs-on: ubuntu-latest
steps:
- uses: scientific-python/action-towncrier-changelog@0.1.1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
BOT_USERNAME: changelog-bot