Skip to content

Commit 3b4a327

Browse files
author
Roy Chiu
authored
Merge pull request #80 from Roblox/fix/EECI-4699-update-clabot-workflows
EECI-4699: Update CLA Signature Bot
2 parents 2f9e881 + b8a5d01 commit 3b4a327

File tree

1 file changed

+7
-13
lines changed

1 file changed

+7
-13
lines changed

.github/workflows/clabot.yml

Lines changed: 7 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -6,16 +6,10 @@ on:
66
types: [opened,closed,synchronize]
77

88
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,matthargett"
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/"
9+
call-clabot-workflow:
10+
uses: Roblox/cla-signature-bot/.github/workflows/clabot-workflow.yml@master
11+
with:
12+
whitelist: "LPGhatguy,ZoteTheMighty,cliffchapmanrbx,MisterUncloaked,matthargett"
13+
use-remote-repo: true
14+
remote-repo-name: "roblox/cla-bot-store"
15+
secrets: inherit

0 commit comments

Comments
 (0)