Skip to content

Commit

Permalink
Merge pull request #25 from Roblox/feature/add-cla-bot
Browse files Browse the repository at this point in the history
Enables CLA bot
  • Loading branch information
Dustin Taylor authored Jun 11, 2020
2 parents 70f1e72 + 6d1b0cf commit 004745e
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions .github/workflows/clabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
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/[email protected]
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
whitelist: "shishir-a412ed,chuckyz,vulfox,cliffchapmanrbx"
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/"

0 comments on commit 004745e

Please sign in to comment.