Skip to content

Commit

Permalink
Fix: RepoManagementReadAll pull requests permissions (#8374)
Browse files Browse the repository at this point in the history
  • Loading branch information
N-o-Z authored Nov 15, 2024
1 parent caa565e commit 11b2d8a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/auth/base.go
Original file line number Diff line number Diff line change
Expand Up @@ -60,8 +60,8 @@ var statementByName = map[string]model.Statement{
"ci:Read*",
"retention:Get*",
"branches:Get*",
"pr:Get*",
"pr:Read*",
"pr:List*",
permissions.ReadConfigAction,
},

Expand Down

0 comments on commit 11b2d8a

Please sign in to comment.