Merge pull request #29 from Roblox/feature/add-cla-bot

Enabling CLA Bot
This commit is contained in:
Shishir 2020-07-28 14:24:47 -07:00 committed by GitHub
commit 143ca24a45
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

21
.github/workflows/clabot.yml vendored Normal file
View File

@ -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.0
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
whitelist: "shishir-a412ed,Squidcod"
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/"