Skip to content

Commit fc3be9b

Browse files
Enable CLA bot (#49)
* Enable CLA bot Adds workflow for CLA bot. See http://go/clabot for more details. * Update clabot.yml
1 parent 45c106f commit fc3be9b

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

.github/workflows/clabot.yml

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
name: "CLA Signature Bot"
2+
on:
3+
issue_comment:
4+
types: [created]
5+
pull_request:
6+
types: [opened,closed,synchronize]
7+
8+
jobs:
9+
clabot:
10+
runs-on: ubuntu-latest
11+
steps:
12+
- name: "CLA Signature Bot"
13+
uses: roblox/[email protected]
14+
env:
15+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
16+
with:
17+
whitelist: "LPGhatguy,ZoteTheMighty,cliffchapmanrbx,MisterUncloaked"
18+
use-remote-repo: true
19+
remote-repo-name: "roblox/cla-bot-store"
20+
remote-repo-pat: ${{ secrets.CLA_REMOTE_REPO_PAT }}
21+
url-to-cladocument: "https://roblox.github.io/cla-bot-store/"

0 commit comments

Comments
 (0)