Skip to content

Conversation

@rulasg
Copy link
Owner

@rulasg rulasg commented Feb 13, 2025

No description provided.

…th role filtering and improved permission handling
return $ret
} Export-ModuleMember -Function Get-RepoAccessTeam

function New-UserAccessLine{

Check notice

Code scanning / PSScriptAnalyzer

The cmdlet 'New-UserAccessLine' does not have a help comment. Note

The cmdlet 'New-UserAccessLine' does not have a help comment.
return $ret
} Export-ModuleMember -Function Get-RepoAccessTeam

function New-UserAccessLine{

Check warning

Code scanning / PSScriptAnalyzer

Function 'New-UserAccessLine' has verb that could change system state. Therefore, the function has to support 'ShouldProcess'. Warning

Function 'New-UserAccessLine' has verb that could change system state. Therefore, the function has to support 'ShouldProcess'.
function Test_GetRepoInvitations_SUCCESS{

$owner = 'solidifycustomers' ; $repo = 'bit21' ; $user = 'raulgeu' ; $role = 'write'
$owner = 'solidifycustomers' ; $repo = 'bit21' ; $user = 'raulgeu' ; $role = 'write'

Check warning

Code scanning / PSScriptAnalyzer

The variable 'role' is assigned but never used. Warning

The variable 'role' is assigned but never used.
@rulasg rulasg merged commit c527928 into main Feb 28, 2025
3 checks passed
@rulasg rulasg deleted the Get-RepoAccessTeam branch February 28, 2025 14:17
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.

2 participants