Cannot comment on issue #224
Labels
No labels
actions
bug
build
chore
CI
cleanup
CLI
contribution welcome
docs
duplicate
enhancement
feature
fix
good first issue
help wanted
invalid
perf
question
refactor
release
revert
style
test
tracking
UI
upstream
UX
No milestone
No project
No assignees
2 participants
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
Aviac/codeberg-cli#224
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
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?
I have tried to comment on an issue with
berg issue comment, but that command always returns a 404 error.Steps to reproduce
https://codeberg.org/catfood/Musicsystem#1viaberg issue commentand selecting issue#1Observed behavior
Got a message with content
404 Not Found: IsErrIssueNotExistand the comment is not sent to the serverExpected behavior
The message is transferred to the server -> I can see it in my issue via the Codeberg web interface
This is pretty weird. I can reproduce it with codeberg, but in the integration tests reproducing it is a bit harder. I'm on it now though!
The issue should be fixed now. Also props for @timstoop for working on this and helping a lot! 💚
Short analysis of what was happening: Internally we used the
.idof an issue which is global over the whole forgejo instance instead of the.numberwhich is local to a repository and which is the number actually displayed before the#symbol. This is fixed now!Thanks for reporting the issue and sorry it took so long to fix it. If you encounter anything else, please let me know. I'm more active again now!