Skip to content

Commit 556cb63

Browse files
authored
Merge pull request #765 from cloudfoundry/allow-deletion-of-more-users
Allow org automation to delete up to 80% of users
2 parents ad8b5ce + b9df223 commit 556cb63

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/org-management.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,7 @@ jobs:
6262
--github-endpoint http://ghproxy:8888
6363
--required-admins=thelinuxfoundation
6464
--min-admins=5
65+
--maximum-removal-delta=0.8
6566
--github-app-id=${{ secrets.GH_APP_ID }}
6667
--github-app-private-key-path=private_key
6768
--require-self=false

0 commit comments

Comments
 (0)