Migrate fediverse CI pipeline to justfile #18
Labels
No labels
bug
contribution welcome
duplicate
enhancement
good first issue
help wanted
invalid
question
upstream
No milestone
No assignees
1 participant
Notifications
Due date
No due date set.
Reference
marvin8/longwei#18
Loading…
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?
The .woodpecker/fediverse.yml pipeline has been failing consistently in CI.
Both steps (dry-run validation and release posting via taibai) can be expressed as just recipes instead, making them runnable locally and removing the fragile CI dependency.
Plan of attack:
fediverse-validaterecipe: runsuvx taibai thread Release-Notes.md --dry-runfediverse-post profile=""recipe: runsuvx taibai thread Release-Notes.mdwith an optional--profileargument (defaults to taibai's built-in default).woodpecker/fediverse.ymlBranch: pydantic-settings-security-fix (existing)
Commit:
:construction_worker: migrate fediverse CI pipeline to justfile