Skip to content

Commit

Permalink
Remove limitation for prodyna
Browse files Browse the repository at this point in the history
  • Loading branch information
dkrizic committed Mar 13, 2024
1 parent 6fca829 commit abeab0c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
2 changes: 1 addition & 1 deletion action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ inputs:
default: 1
runs:
using: 'docker'
image: 'docker://ghcr.io/prodyna/github-users:v1.2'
image: 'docker://ghcr.io/prodyna/github-users:v1.3'
env:
ACTION: ${{ inputs.action }}
ENTERPRISE: ${{ inputs.enterprise }}
Expand Down
3 changes: 0 additions & 3 deletions userlist/collaborators.go
Original file line number Diff line number Diff line change
Expand Up @@ -93,9 +93,6 @@ func (c *UserListConfig) loadCollaborators() error {
userNumber := 0
slog.Info("Iterating organizatons", "organization.count", len(organizations.Enterprise.Organizations.Nodes))
for _, org := range organizations.Enterprise.Organizations.Nodes {
if org.Login != "PRODYNA" {
continue
}
slog.Info("Loading repositories and external collaborators", "organization", org.Login)
var query struct {
Organization struct {
Expand Down

0 comments on commit abeab0c

Please sign in to comment.