Skip to content

Bump github/codeql-action from 3 to 4 in the actions group #8

Bump github/codeql-action from 3 to 4 in the actions group

Bump github/codeql-action from 3 to 4 in the actions group #8

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: scientific-python/action-towncrier-changelog@v1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
BOT_USERNAME: changelog-bot