File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 44
55This release migrates lightweight GitHub Actions workflow jobs to use the new cost-effective ` ubuntu-slim ` runner.
66It also updates cookiecutter pyproject license metadata to SPDX expressions to avoid setuptools deprecation warnings.
7+ The auto-dependabot workflow now uses a GitHub App installation token instead of ` GITHUB_TOKEN ` to fix merge queue and auto-merge failures.
78
89## Upgrading
910
@@ -46,3 +47,10 @@ But you might still need to adapt your code:
4647
4748- Switched ` project.license ` to SPDX expressions and added ` project.license-files ` .
4849 This removes deprecated setuptools license metadata and avoids build warnings.
50+
51+ - Fixed auto-dependabot workflow failing to trigger merge queue CI or complete
52+ auto-merge. The workflow now uses a GitHub App installation token (via
53+ ` actions/create-github-app-token ` ) instead of ` GITHUB_TOKEN ` , which was
54+ suppressing subsequent workflow runs by design. Workflow permissions have been
55+ reduced to the minimum needed for the workflow (` contents: read ` and
56+ ` pull-requests: write ` ).
You can’t perform that action at this time.
0 commit comments