Skip to content

Commit 50bd5fb

Browse files
author
Sourcegraph
committed
update CLA signature bot workflow
1 parent 4f17457 commit 50bd5fb

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

0 commit comments

Comments
 (0)