Skip to content
This repository was archived by the owner on Sep 14, 2024. It is now read-only.

Commit 26a5247

Browse files
author
Roy Chiu
authored
update CLA signature bot workflow (#174)
1 parent 4bcc719 commit 26a5247

File tree

1 file changed

+7
-14
lines changed

1 file changed

+7
-14
lines changed

.github/workflows/clabot.yml

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

88
jobs:
9-
clabot:
10-
runs-on: ubuntu-latest
11-
if: contains(github.event.comment.html_url, '/pull/') || github.event_name != 'issue_comment'
12-
steps:
13-
- name: "CLA Signature Bot"
14-
uses: roblox/[email protected]
15-
env:
16-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
17-
with:
18-
whitelist: "LPGhatguy,ZoteTheMighty,cliffchapmanrbx,MagiMaster,MisterUncloaked,amatosov-rbx,Kylaaa"
19-
use-remote-repo: true
20-
remote-repo-name: "roblox/cla-bot-store"
21-
remote-repo-pat: ${{ secrets.CLA_REMOTE_REPO_PAT }}
22-
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,Kylaaa"
13+
use-remote-repo: true
14+
remote-repo-name: "roblox/cla-bot-store"
15+
secrets: inherit

0 commit comments

Comments
 (0)