400 Bad Request during upload: Failed to read the request form. Request body too large. The max request body size is 30000000 bytes. #158
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: "CLA Signature Bot" | |
on: | |
issue_comment: | |
types: [created] | |
pull_request: | |
types: [opened, closed, synchronize] | |
jobs: | |
call-clabot-workflow: | |
uses: Roblox/cla-signature-bot/.github/workflows/clabot-workflow.yml@v2 | |
with: | |
whitelist: "cliffchapmanrbx,Nightriff,othomson-roblox" | |
use-remote-repo: true | |
remote-repo-name: "roblox/cla-bot-store" | |
secrets: inherit |