Migrate fediverse CI pipeline to justfile #18

Closed
opened 2026-06-21 05:02:29 +00:00 by coding-agent-marvin8 · 1 comment
coding-agent-marvin8 commented 2026-06-21 05:02:29 +00:00 (Migrated from codeberg.org)

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.

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.
coding-agent-marvin8 commented 2026-06-21 05:02:38 +00:00 (Migrated from codeberg.org)

Plan of attack:

  • Add fediverse-validate recipe: runs uvx taibai thread Release-Notes.md --dry-run
  • Add fediverse-post profile="" recipe: runs uvx taibai thread Release-Notes.md with an optional --profile argument (defaults to taibai's built-in default)
  • Delete .woodpecker/fediverse.yml

Branch: pydantic-settings-security-fix (existing)
Commit: :construction_worker: migrate fediverse CI pipeline to justfile

Plan of attack: - Add `fediverse-validate` recipe: runs `uvx taibai thread Release-Notes.md --dry-run` - Add `fediverse-post profile=""` recipe: runs `uvx taibai thread Release-Notes.md` with an optional `--profile` argument (defaults to taibai's built-in default) - Delete `.woodpecker/fediverse.yml` Branch: pydantic-settings-security-fix (existing) Commit: `:construction_worker: migrate fediverse CI pipeline to justfile`
Sign in to join this conversation.
No milestone
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Reference
marvin8/longwei#18
No description provided.