From 79ae4c52cd4f94445d35ee2065166e6974c929ed Mon Sep 17 00:00:00 2001 From: cliffchapmanrbx <47404136+cliffchapmanrbx@users.noreply.github.com> Date: Mon, 22 Jun 2020 14:11:53 -0700 Subject: [PATCH] Enable CLA bot (#333) --- .github/workflows/clabot.yml | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 .github/workflows/clabot.yml diff --git a/.github/workflows/clabot.yml b/.github/workflows/clabot.yml new file mode 100644 index 00000000..cc8327dd --- /dev/null +++ b/.github/workflows/clabot.yml @@ -0,0 +1,21 @@ +name: "CLA Signature Bot" +on: + issue_comment: + types: [created] + pull_request: + types: [opened,closed,synchronize] + +jobs: + clabot: + runs-on: ubuntu-latest + steps: + - name: "CLA Signature Bot" + uses: roblox/cla-signature-bot@v2.0.1 + env: + GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} + with: + whitelist: "LPGhatguy,ZoteTheMighty,cliffchapmanrbx,MagiMaster,MisterUncloaked,amatosov-rbx" + use-remote-repo: true + remote-repo-name: "roblox/cla-bot-store" + remote-repo-pat: ${{ secrets.CLA_REMOTE_REPO_PAT }} + url-to-cladocument: "https://roblox.github.io/cla-bot-store/"