1
0
mirror of https://github.com/go-gitea/gitea.git synced 2025-05-02 05:35:24 +00:00
gitea/options
YaFou e947f309b1
Add API routes to lock and unlock issues ()
This pull request adds a GitHub-compatible API endpoint to lock and
unlock an issue.

The following routes exist now:
- `PUT /api/v1/repos/{owner}/{repo}/issues/{id}/lock` to lock an issue
- `DELETE /api/v1/repos/{owner}/{repo}/issues/{id}/lock` to unlock an issue

Fixes 
Fixes 

---------

Co-authored-by: wxiaoguang <wxiaoguang@gmail.com>
2025-04-21 00:43:43 +00:00
..
fileicon Update JS and PY deps () 2025-04-07 21:42:32 -07:00
gitignore feat: add riscv64 support () 2025-04-14 16:32:54 +00:00
label feat: Add sorting by exclusive labels (issue priority) () 2025-04-10 17:18:07 +00:00
license Only keep popular licenses () 2025-03-10 06:40:37 +08:00
locale Add API routes to lock and unlock issues () 2025-04-21 00:43:43 +00:00
readme