Skip to content

Commit abeab0c

Browse files
committed
Remove limitation for prodyna
1 parent 6fca829 commit abeab0c

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

action.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ inputs:
2525
default: 1
2626
runs:
2727
using: 'docker'
28-
image: 'docker://ghcr.io/prodyna/github-users:v1.2'
28+
image: 'docker://ghcr.io/prodyna/github-users:v1.3'
2929
env:
3030
ACTION: ${{ inputs.action }}
3131
ENTERPRISE: ${{ inputs.enterprise }}

userlist/collaborators.go

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -93,9 +93,6 @@ func (c *UserListConfig) loadCollaborators() error {
9393
userNumber := 0
9494
slog.Info("Iterating organizatons", "organization.count", len(organizations.Enterprise.Organizations.Nodes))
9595
for _, org := range organizations.Enterprise.Organizations.Nodes {
96-
if org.Login != "PRODYNA" {
97-
continue
98-
}
9996
slog.Info("Loading repositories and external collaborators", "organization", org.Login)
10097
var query struct {
10198
Organization struct {

0 commit comments

Comments
 (0)