Skip to content

Conversation

@Youssef1313
Copy link
Member

@Youssef1313 Youssef1313 requested a review from a team as a code owner December 20, 2022 20:02
add_community_label:
runs-on: ubuntu-latest
if: ${{ github.repository == 'dotnet/roslyn-analyzers' && github.event.pull_request.user.login != 'dotnet-bot' && github.event.pull_request.user.login != 'dotnet-maestro[bot]' }}
if: ${{ github.repository == 'dotnet/roslyn-analyzers' && github.event.pull_request.user.login != 'dotnet-bot' && github.event.pull_request.user.login != 'dotnet-maestro[bot]' && github.event.pull_request.user.login != 'mavasani' }}

Choose a reason for hiding this comment

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

I don’t think we should be special casing individual users here. What about other Roslyn team members that contribute to the repo?

Choose a reason for hiding this comment

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

Other contributors are detected automatically because they (in general) haven't set their org visibility to private.

Choose a reason for hiding this comment

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

Actually, it might be something else that was causing it. I think @Youssef1313 identified the root cause but it's been a while and now I forget.

Copy link

@sharwell sharwell Jun 21, 2023

Choose a reason for hiding this comment

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

Ah, yes, it's the org visibility. Only logged-in members of the dotnet org can see that @mavasani is also a member there. The alternative to this pull request is for @mavasani to mark that membership in dotnet org is public.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants