1.0.0 • Published 2 years ago

manage-users-action v1.0.0

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

Manage Users Action

Check Dist/ CodeQL Publish

This GitHub actions adds and removes multiple users from multiple repositories repositories.

If a user is already part of the repository, running it again with a different permission will change the permission of the user.

A user will be removed from the repository regardless whether the user accepted the invitation. A pending invitation will be cancelled.

Inputs

NAMEDESCRIPTIONTYPEREQUIREDDEFAULT
tokenA GitHub token with access to the target repositoriesstringtrueN/A
usersComma-separated GitHub slug of users to provide access to.stringtrueN/A
repositoriesComma-separated GitHub slug of repositories to provide access to (format /<repo_name>).stringtrueN/A
actionThe action to perform. Add or Remove.stringtrueN/A
roleRole of the user in the repository. Only required if action is add.stringfalseN/A
1.0.0

2 years ago

0.2.3

2 years ago

0.2.2

2 years ago

0.2.1

2 years ago

0.2.0

2 years ago

0.1.4

2 years ago

0.1.3

2 years ago

0.1.2

2 years ago

0.1.1

2 years ago

0.1.0

2 years ago