Expected Behavior
Add any label to any given issue.
(Sidenote: could be interesting for #448)
Actual Behavior
I get the following error message:
❯ : fj issue edit 25 labels -a enhancement
Error: the response from forgejo was not properly structured
Caused by:
EOF while parsing a value at line 1 column 0
Location:
src/main.rs:1037:5
Other commands like creating or listing issues from command line work as expected.
Steps to Reproduce
Add a label to an issue like this:
fj issue edit <issue_number> labels -a <label_name>
fj Version
❯ : fj version --verbose
fj v0.5.0
user agent: forgejo-cli/0.5.0 (https://codeberg.org/forgejo-contrib/forgejo-cli/)
build type: nixpkgs
target: x86_64-unknown-linux-gnu
Forgejo Version
Powered by Forgejo Version: 15.0.0
Code of Conduct
- I agree to act in accordance with the CoC & AI Agreement.
- This issue was not generated by an LLM, even in part.