Roblox / cla-signature-bot

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

Add readonly token catch to comment write #8

Closed cliffchapmanrbx closed 4 years ago

cliffchapmanrbx commented 4 years ago

When running in a fork's pull_request event the token has readonly access to comments, so it will get a 403 if it tries to modify comments. This will gracefully catch that and show a warning in the log.

This is an extended fix for #6