fix: disinto release writes vault TOML to vault/pending/ instead of vault/actions/ #167
Labels
No labels
action
backlog
blocked
bug-report
in-progress
prediction/actioned
prediction/dismissed
prediction/unreviewed
priority
tech-debt
underspecified
vision
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: disinto-admin/disinto#167
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
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?
Problem
disinto releasewrites the vault TOML tovault/pending/release-v0x0.toml(line 2861 inbin/disinto), but the dispatcher (docker/edge/dispatcher.sh) scansvault/actions/for unprocessed TOML files.This means vault items created by
disinto releaseare never picked up by the dispatcher.Proposed solution
Change line 2861 from:
to:
Affected files
bin/disinto(line 2861)Acceptance criteria
disinto releasewrites TOML tovault/actions/on the ops repo branchDependencies
Depends on #170