Skip to content

Commit 27406cd

Browse files
committed
Update the release notes
Signed-off-by: Leandro Lucarella <luca-frequenz@llucax.com>
1 parent 11240c9 commit 27406cd

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

RELEASE_NOTES.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44

55
This release migrates lightweight GitHub Actions workflow jobs to use the new cost-effective `ubuntu-slim` runner.
66
It 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

@@ -44,3 +45,10 @@ But you might still need to adapt your code:
4445

4546
- Switched `project.license` to SPDX expressions and added `project.license-files`.
4647
This removes deprecated setuptools license metadata and avoids build warnings.
48+
49+
- Fixed auto-dependabot workflow failing to trigger merge queue CI or complete
50+
auto-merge. The workflow now uses a GitHub App installation token (via
51+
`actions/create-github-app-token`) instead of `GITHUB_TOKEN`, which was
52+
suppressing subsequent workflow runs by design. Workflow permissions have been
53+
reduced to the minimum needed for the workflow (`contents: read` and
54+
`pull-requests: write`).

0 commit comments

Comments
 (0)