Skip to content

Fix: When using Nuitka to package a project, an error occurred when reading the file: "KeyError: 'self'" #12923 #2464

Fix: When using Nuitka to package a project, an error occurred when reading the file: "KeyError: 'self'" #12923

Fix: When using Nuitka to package a project, an error occurred when reading the file: "KeyError: 'self'" #12923 #2464

name: Changelog
on: # yamllint disable-line rule:truthy
pull_request:
types: [opened, synchronize, labeled, unlabeled]
branches: ["main"]
jobs:
changelog_checker:
name: Check towncrier entry in doc/changes/devel/
runs-on: ubuntu-latest
steps:
- uses: scientific-python/action-towncrier-changelog@v1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
BOT_USERNAME: changelog-bot