diff --git a/.github/workflows/clabot.yml b/.github/workflows/clabot.yml deleted file mode 100644 index d06d037..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: "LPGhatguy,ZoteTheMighty,cliffchapmanrbx,MagiMaster,MisterUncloaked,amatosov-rbx,afujiwara-roblox,demelianov-roblox" - use-remote-repo: true - remote-repo-name: "roblox/cla-bot-store" - secrets: inherit