Closed
Description
Gitea Version
1.16.0+dev-687-g0981ec30c
Git Version
No response
Operating System
No response
How are you running Gitea?
try.gitea.io
Database
No response
Can you reproduce the bug on the Gitea demo site?
Yes
Log Gist
No response
Description
Various actions on pull requests are broken because the paths point to .../pulls/...
instead of .../issues/...
and these actions are only supported on the issues router:
- toggling WIP status
- subscribe/unsubscribe to notifications
- time tracker
- add/remove issue dependencies
- lock/unlock conversation
A regression from PR #17551 I believe. Same for #17943.
Screenshots
No response