Skip to content
This repository was archived by the owner on Dec 13, 2023. It is now read-only.

Commit beb0bc2

Browse files
authored
update CLA signature bot workflow (#382)
1 parent 956891b commit beb0bc2

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,ConorGriffin37,yjia2,bliang"
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,ConorGriffin37,yjia2,bliang"
13+
use-remote-repo: true
14+
remote-repo-name: "roblox/cla-bot-store"
15+
secrets: inherit

0 commit comments

Comments
 (0)