Open/closed status also for milestones and pull requests #38
Reference in New Issue
Block a user
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?
Milestones and pull request also have an open / closed status and that should be denoted in lists and details in the same way as it is done for issues.
Implemented in commit
128be97.TESTING.mdfor the new visual and accessibility behavior.Verification completed in isolation:
cargo fmt --all -- --checkRUSTFLAGS="-D warnings" cargo check --workspace --all-targetscargo clippy --workspace --all-targets -- -D warningscargo test --workspace(28 tests passed)