16 lines
383 B
YAML
16 lines
383 B
YAML
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: "shishir-a412ed,Squidcod"
|
|
use-remote-repo: true
|
|
remote-repo-name: "roblox/cla-bot-store"
|
|
secrets: inherit
|