Bump davidslusser/actions_python_bandit from 1.0.0 to 1.0.1 #3
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] | |
jobs: | |
changelog_checker: | |
name: Check towncrier entry in doc/changes/devel/ | |
runs-on: ubuntu-latest | |
steps: | |
- uses: larsoner/action-towncrier-changelog@co # revert to scientific-python @ 0.1.1 once bug is fixed | |
env: | |
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} | |
BOT_USERNAME: changelog-bot |