Skip to content

Commit b9df223

Browse files
committed
Allow org automation to delete up to 80% of users
With (Inactive users to be deleted)[#736] we want to clean inactive users. This is the first run and it calculated over 400 users. The org automation doesn't allow to delete so many users at onance. This will re-configure the limit temporarily and I will revert it after the inactive users are deleted
1 parent ad8b5ce commit b9df223

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)