Add PR label and assignee support #117

Merged
stephen merged 1 commit from feat/114-pr-labels into main 2026-06-11 00:36:18 +00:00
Owner

Fixes rasterstate/fj#114

Summary

  • add --label / --assignee to fj pr create
  • add --add-label / --remove-label / --add-assignee / --remove-assignee to fj pr edit
  • reuse the existing label name-to-ID resolver and backing issue label/assignee endpoints for PR metadata

Tests

  • cargo fmt --check
  • cargo clippy --all-targets --all-features -- -D warnings
  • cargo test --all

Squash-only.

Fixes rasterstate/fj#114 ## Summary - add `--label` / `--assignee` to `fj pr create` - add `--add-label` / `--remove-label` / `--add-assignee` / `--remove-assignee` to `fj pr edit` - reuse the existing label name-to-ID resolver and backing issue label/assignee endpoints for PR metadata ## Tests - `cargo fmt --check` - `cargo clippy --all-targets --all-features -- -D warnings` - `cargo test --all` Squash-only.
Add PR label and assignee editing
All checks were successful
ci / check (pull_request) Successful in 9m44s
ci / coverage (pull_request) Successful in 1m58s
ci / live-e2e (pull_request) Successful in 1m43s
76d7e27c9d
Sign in to join this conversation.
No reviewers
No milestone
No project
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.

Dependencies

No dependencies set.

Reference
rasterstate/fj!117
No description provided.