Skip to content
This repository has been archived by the owner on Dec 13, 2023. It is now read-only.

Commit

Permalink
Merge branch 'master' into addComponentNameToPropertyValidationError
Browse files Browse the repository at this point in the history
  • Loading branch information
ConorGriffin37 committed Jun 12, 2020
2 parents f8470a8 + 10e7060 commit 9ffcc8f
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions .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,MisterUncloaked,matthargett"
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 9ffcc8f

Please sign in to comment.