diff --git a/.github/workflows/clabot.yml b/.github/workflows/clabot.yml deleted file mode 100644 index ffc6a0b..0000000 --- a/.github/workflows/clabot.yml +++ /dev/null @@ -1,15 +0,0 @@ -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@master - with: - whitelist: "ZoteTheMighty,cliffchapmanrbx,MisterUncloaked,zovits" - use-remote-repo: true - remote-repo-name: "roblox/cla-bot-store" - secrets: inherit