Skip to content

Commit 4ecd64f

Browse files
authored
Merge pull request #756 from cloudfoundry/prune-individual-access
Remove individual repo access via github action
2 parents 5b3bf9e + 00f8676 commit 4ecd64f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/remove-individual-access.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,6 @@ jobs:
2323
./community/toc/working-groups/parsable-working-groups.sh | jq -r .[].areas[].repositories[] | grep -E '^cloudfoundry/' | while read -r repo; do
2424
gh api "repos/${repo}/collaborators?affiliation=direct" | jq -r .[].login | while read -r user; do
2525
echo "remove ${user} from ${repo}"
26-
# gh api -X delete "/repos/${repo}/collaborators/${user}"
26+
gh api -X delete "/repos/${repo}/collaborators/${user}"
2727
done
2828
done

0 commit comments

Comments
 (0)