Skip to content

Commit 3708af2

Browse files
authored
Merge pull request #61 from Roblox/fix/EECI-4699-update-clabot-workflows
EECI-4699: Update CLA Signature Bot
2 parents f449777 + 26db460 commit 3708af2

File tree

1 file changed

+7
-13
lines changed

1 file changed

+7
-13
lines changed

.github/workflows/clabot.yml

+7-13
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,MagiMaster,MisterUncloaked,amatosov-rbx,dependabot[bot]"
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,MagiMaster,MisterUncloaked,amatosov-rbx,dependabot[bot]"
13+
use-remote-repo: true
14+
remote-repo-name: "roblox/cla-bot-store"
15+
secrets: inherit

0 commit comments

Comments
 (0)