Skip to content

Commit de30890

Browse files
committed
Update the release notes
Signed-off-by: Leandro Lucarella <luca-frequenz@llucax.com>
1 parent 4b793e1 commit de30890

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

@@ -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`).

0 commit comments

Comments
 (0)