From 4bc98b2ce24666ae41262a93efd9380fddd7d9ef Mon Sep 17 00:00:00 2001 From: cliffchapmanrbx <47404136+cliffchapmanrbx@users.noreply.github.com> Date: Wed, 23 Jul 2025 12:01:57 -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 50164a1..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,dependabot[bot],afujiwara-roblox" - use-remote-repo: true - remote-repo-name: "roblox/cla-bot-store" - secrets: inherit