fix: bump version workflow blocked by pull request rights missing (#963)
Some checks failed
Bump Version / Bump Version Workflow (push) Has been cancelled
CodeQL Advanced / Analyze (actions) (push) Has been cancelled
CodeQL Advanced / Analyze (python) (push) Has been cancelled
docker-build / platform-excludes (push) Has been cancelled
docker-build / build (push) Has been cancelled
docker-build / merge (push) Has been cancelled
pre-commit / pre-commit (push) Has been cancelled
Run Pytest on Pull Request / test (push) Has been cancelled

Signed-off-by: Bobby Noelte <b0661n0e17e@gmail.com>
This commit is contained in:
Bobby Noelte
2026-03-17 21:39:08 +01:00
committed by GitHub
parent 56f1a72ab3
commit ff698baef7

View File

@@ -8,6 +8,7 @@ on:
permissions: permissions:
contents: write # Required for pushing commits and tags contents: write # Required for pushing commits and tags
pull-requests: write # Required to create a pull request
concurrency: concurrency:
group: bump-version-main group: bump-version-main