We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 27ed7b4 + 95b5ab0 commit 143ca24Copy full SHA for 143ca24
.github/workflows/clabot.yml
@@ -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: "shishir-a412ed,Squidcod"
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