We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When trying to lock a PR conversation (merged or not), the query results in a 404 : "POST /{owner}/{repo}/pulls/1/lock HTTP/1.1" 404
"POST /{owner}/{repo}/pulls/1/lock HTTP/1.1" 404
With this configuration line :
DISABLED_REPO_UNITS = repo.wiki, repo.issues
Works fine when removing repo.issues from disabled units:
DISABLED_REPO_UNITS = repo.wiki
1.17.3
No
No response
2.30.2
debian 10.13
downloaded from GitHub releases, running with systemd
MySQL
The text was updated successfully, but these errors were encountered:
Fix permission check on issue/pull lock (#22110)
87c64f6
Fix #21826
Successfully merging a pull request may close this issue.
Description
When trying to lock a PR conversation (merged or not), the query results in a 404 :
"POST /{owner}/{repo}/pulls/1/lock HTTP/1.1" 404
With this configuration line :
Works fine when removing repo.issues from disabled units:
Gitea Version
1.17.3
Can you reproduce the bug on the Gitea demo site?
No
Log Gist
No response
Screenshots
No response
Git Version
2.30.2
Operating System
debian 10.13
How are you running Gitea?
downloaded from GitHub releases, running with systemd
Database
MySQL
The text was updated successfully, but these errors were encountered: