GRM-109: chore: bump devx to >=0.25.0, fix pr_review docs
Post-merge / detect-type (push) Successful in 1m0s
Post-merge / release (push) Successful in 59s
Post-merge / validate-commit-msg (push) Successful in 1m8s
Post-merge / sync-wiki (push) Successful in 1m45s
Post-merge / publish (push) Has been skipped
Post-merge / badges (push) Successful in 1m19s
Post-merge / vikunja (push) Successful in 1m8s
Post-merge / configure-repo (push) Successful in 1m7s

This commit was merged in pull request #176.
This commit is contained in:
2026-06-28 00:22:45 +00:00
parent 9a5be879a2
commit 844171ee93
2 changed files with 4 additions and 5 deletions
+1 -2
View File
@@ -132,8 +132,7 @@ Post review comments using `devx.ci.pr_review` (run as `python -m devx.ci.pr_rev
```bash
CI_GITEA_TOKEN=<token> python -m devx.ci.pr_review <pr_number> <owner/repo> \
--event REQUEST_CHANGES \
--body "Review summary" \
--comments-json comments.json
--body "Review summary"
```
### 7. Address Review Comments
+3 -3
View File
@@ -35,7 +35,7 @@ ci = [
"build>=1.5.0",
"twine>=6.2.0",
# Reusable CI/CD and dev tools (auto-merge, pr-review, pre-push checks, etc.)
"devx>=0.23.4",
"devx>=0.25.0",
]
# Lint and type-checking tools (quality job)
lint = [
@@ -55,7 +55,7 @@ molecule = [
dev = [
"gitea-runner-manager[ci,lint,molecule]",
# Reusable CI/CD and dev tools (pre-push hooks, create-task, create-pr)
"devx>=0.23.4",
"devx>=0.25.0",
# Non-Python dev dependency: checkmake (Makefile linter)
# Install via: go install github.com/checkmake/checkmake/cmd/checkmake@latest
]
@@ -100,7 +100,7 @@ strict = ["src/gitea_runner_manager"]
task_prefix = "GRM"
vikunja_project_id = 6
repo_owner = "oblachno-oss"
repo_name = "gitea-runner-manager"
repo_name = "grm"
# Molecule test weights for LPT scheduling.
# GRM has a single role (gitea-runner) with 7 scenarios.