-
Notifications
You must be signed in to change notification settings - Fork 4.8k
New issue
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
fix invalid access action #18188
fix invalid access action #18188
Conversation
Codecov Report
@@ Coverage Diff @@
## main #18188 +/- ##
==========================================
+ Coverage 67.38% 70.50% +3.11%
==========================================
Files 980 745 -235
Lines 106750 93683 -13067
Branches 2665 0 -2665
==========================================
- Hits 71938 66054 -5884
+ Misses 30947 24062 -6885
+ Partials 3865 3567 -298
Flags with carried forward coverage won't be shown. Click here to find out more.
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm
@YangJiao0817 can you help to test if it impacts the robot account? |
Signed-off-by: orblazer <[email protected]>
Verification passed. |
@orblazer - congrats on merging your first PR :) welcome to the club! :) |
Signed-off-by: orblazer <[email protected]> Co-authored-by: Wang Yan <[email protected]> Signed-off-by: Wilfred Almeida <[email protected]>
Signed-off-by: orblazer <[email protected]> Co-authored-by: Wang Yan <[email protected]>
Hello,
This PR fix invalid access action for get repository. This is originally from #16381.
Route impacted :
/projects/{project_name}/repositories/{repository_name}
its asklist
instead ofread
Please indicate you've done the following:
Thanks.