build(deps): bump scientific-python/action-towncrier-changelog from 0.1.1 to 1.0.0 #5
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: Check PR change log | |
on: | |
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/[email protected] | |
env: | |
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} | |
BOT_USERNAME: changelog-bot |