Roblox / cla-signature-bot

GitHub Action for self-contained handling of CLA signatures
Apache License 2.0
17 stars 13 forks source link

Add flag to allow organization members #16

Open Gudahtt opened 4 years ago

Gudahtt commented 4 years ago

The new allowOrganizationMembers flag will automatically allow all users in the same organization as the repository. It will be as though all organization members are on the whitelist.

If this is enabled for a repository not in an organization, an error will be thrown.

This input parameter defaults to false. Tests and documentation have been updated.

Fixes #4