From 3fe291367ed4f3bb35586a08ccd168c21a2a2db0 Mon Sep 17 00:00:00 2001 From: cliffchapmanrbx <47404136+cliffchapmanrbx@users.noreply.github.com> Date: Wed, 23 Jul 2025 12:01:01 -0700 Subject: [PATCH] Delete .github/workflows/clabot.yml We no longer use a CLA process. --- .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 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