We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c98c997 commit 1e7ee61Copy full SHA for 1e7ee61
.github/workflows/remove-individual-access.yml
@@ -21,6 +21,7 @@ jobs:
21
set -e
22
set -o pipefail
23
24
+ gh api "repos/${repo}"
25
community/org/generate_working_group_projects_sync_config.sh | jq -r .[].repositories[].name | grep -E "^cloudfoundry/" | while read -r repo; do
26
gh api "repos/${repo}/collaborators?affiliation=direct" | jq -r .[].login | while read -r user; do
27
echo "remove ${user} from ${repo}"
0 commit comments