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 662b852 commit aef3e9cCopy full SHA for aef3e9c
.github/workflows/remove-individual-access.yml
@@ -20,7 +20,6 @@ jobs:
20
set -e
21
set -o pipefail
22
23
- gh api "repos/${repo}"
24
community/org/generate_working_group_projects_sync_config.sh | jq -r .[].repositories[].name | grep -E "^cloudfoundry/" | while read -r repo; do
25
gh api "repos/${repo}/collaborators?affiliation=direct" | jq -r .[].login | while read -r user; do
26
echo "remove ${user} from ${repo}"
0 commit comments