feat: Add support for repository fine-grained permissions by shuv0id · Pull Request #4032 · google/go-github

@shuv0id

Adds RepoFineGrainedPermission type and ListRepositoryFineGrainedPermissions method to support listing repository fine-grained permissions for an organization.

Resolves #4031

@shuv0id

@codecov

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 94.08%. Comparing base (92a3830) to head (b76c10a).
⚠️ Report is 6 commits behind head on master.

Additional details and impacted files
@@            Coverage Diff             @@
##           master    #4032      +/-   ##
==========================================
+ Coverage   94.07%   94.08%   +0.01%     
==========================================
  Files         207      207              
  Lines       19163    19217      +54     
==========================================
+ Hits        18028    18081      +53     
- Misses        936      938       +2     
+ Partials      199      198       -1     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

gmlewis

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you, @shuv0id!
Please run step 4 of CONTRIBUTING.md and push the changes to this PR.

@shuv0id

@gmlewis Sorry for missing that, I'm on it.

@shuv0id

gmlewis

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

stevehipwell

@shuv0id

gmlewis

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

stevehipwell

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@gmlewis