Expected Behavior
I ran fj pr status 515 from within a repo I have cloned from my private forgejo instance. I expected to get output about the status of the PR.
Actual Behavior
Instead it responds with an error:
Error: the response from forgejo was not properly structured
Caused by:
invalid value: string "/<username>/<repo>/actions/runs/1980/jobs/2", expected relative URL without a base at line 1 column 180
Location:
src/prs.rs:706:35
Steps to Reproduce
It seems it has to do with PRs that have triggered actions/checks on them. I don't know the exact steps to reproduce.
fj Version
fj v0.5.0
user agent: forgejo-cli/0.5.0 (https://codeberg.org/forgejo-contrib/forgejo-cli/)
build type: from source
target: x86_64-unknown-linux-gnu
Forgejo Version
15.0.2
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.
### Expected Behavior
I ran `fj pr status 515` from within a repo I have cloned from my private forgejo instance. I expected to get output about the status of the PR.
### Actual Behavior
Instead it responds with an error:
```
Error: the response from forgejo was not properly structured
Caused by:
invalid value: string "/<username>/<repo>/actions/runs/1980/jobs/2", expected relative URL without a base at line 1 column 180
Location:
src/prs.rs:706:35
```
### Steps to Reproduce
It seems it has to do with PRs that have triggered actions/checks on them. I don't know the exact steps to reproduce.
### `fj` Version
```text
fj v0.5.0
user agent: forgejo-cli/0.5.0 (https://codeberg.org/forgejo-contrib/forgejo-cli/)
build type: from source
target: x86_64-unknown-linux-gnu
```
### Forgejo Version
15.0.2
### Code of Conduct
- [x] I agree to act in accordance with the CoC & AI Agreement.
- [x] This issue was not generated by an LLM, even in part.