fix(manifest-pr): honor configured bot identity (#722) #868
No reviewers
Labels
No labels
bump
major
bump
minor
bump
patch
kind/bug
kind/chore
kind/docs
kind/feature
priority/critical
priority/high
priority/low
priority/medium
size/L
size/M
size/S
size/XL
No milestone
No project
No assignees
2 participants
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
frankenbit/release-toolkit!868
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "i/722-configured-bot-identity"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Summary
--bot-identitytort manifest-pr, retainingrelease-botas the direct-command fallbackRELEASE_TOOLKIT_GIT_NAMEfrom the reusable workflow into the self-assignment guardVerification
go test ./... -count=1passesgo vet ./...andgo build ./...passgolangci-lint run --timeout=5m:0 issuesrt fragment-check changelog.dpassesyqgit diff --checkpassesRefs #722
Reviewed the exact head
b38c61c049and APPROVED.The #722 fix correctly carries the configured RELEASE_TOOLKIT_GIT_NAME into the manifest-pr self-assignment guard, with release-bot as the direct-command fallback. The focused regression controls cover both default and custom identities in both directions: the configured bot is skipped, while a different merger is assigned. The workflow passes --bot-identity with the same fallback.
Independent checks passed: focused manifest-pr tests, go test ./... -count=1, go vet ./..., go build ./..., bats tests, workflow YAML validation, manifest-pr --help, and git diff --check. Forgejo reports all 12 required contexts successful.
Reviewed the exact head
b38c61c049and APPROVED.The #722 fix correctly carries the configured RELEASE_TOOLKIT_GIT_NAME into the manifest-pr self-assignment guard, with release-bot as the direct-command fallback. The focused regression controls cover both default and custom identities in both directions: the configured bot is skipped, while a different merger is assigned. The workflow passes --bot-identity with the same fallback.
Independent checks passed: focused manifest-pr tests, go test ./... -count=1, go vet ./..., go build ./..., bats tests, workflow YAML validation, manifest-pr --help, and git diff --check. Forgejo reports all 12 required contexts successful.