Skip to content

Commit

Permalink
Update the apply_peribolos to create the teams (#8)
Browse files Browse the repository at this point in the history
The teams' information is the new addings that need the teams'
fields to support.
  • Loading branch information
huiwangredhat authored Nov 14, 2024
1 parent fb30638 commit 309c73b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/apply_peribolos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,6 @@ jobs:
/tmp/ghproxy --legacy-disable-disk-cache-partitions-by-auth-header=false --get-throttling-time-ms=300 --throttling-time-ms=900 --throttling-time-v4-ms=850 --throttling-max-delay-duration-seconds=45 --throttling-max-delay-duration-v4-seconds=110 --request-timeout=120 1>/dev/null 2>&1 &
pid=$!
jobs
/tmp/peribolos -config-path /tmp/peribolos.yaml --fix-org --fix-org-members --fix-repos -min-admins 2 --github-token-path auth.txt --confirm 2>&1 | jq -r '[.severity, .time, .msg] | join(" | ")'
/tmp/peribolos -config-path /tmp/peribolos.yaml --fix-org --fix-org-members --fix-teams --fix-team-members --fix-repos -min-admins 2 --github-token-path auth.txt --confirm 2>&1 | jq -r '[.severity, .time, .msg] | join(" | ")'
kill $pid
rm auth.txt

0 comments on commit 309c73b

Please sign in to comment.