From bfab958972c2fe46a36d5e280fdfb1cfe517ea6d Mon Sep 17 00:00:00 2001 From: Andrea Fletcher Date: Tue, 19 Nov 2024 16:32:02 -0800 Subject: [PATCH] Remove CLA bot --- .github/workflows/clabot.yml | 15 --------------- 1 file changed, 15 deletions(-) delete mode 100644 .github/workflows/clabot.yml 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