Merge pull request #151 from Roblox/fix/EECI-4699-update-clabot-workflows
This commit is contained in:
commit
15d1425368
21
.github/workflows/clabot.yml
vendored
21
.github/workflows/clabot.yml
vendored
@ -6,17 +6,10 @@ on:
|
|||||||
types: [opened,closed,synchronize]
|
types: [opened,closed,synchronize]
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
clabot:
|
call-clabot-workflow:
|
||||||
runs-on: ubuntu-latest
|
uses: Roblox/cla-signature-bot/.github/workflows/clabot-workflow.yml@master
|
||||||
if: contains(github.event.comment.html_url, '/pull/') || github.event_name != 'issue_comment'
|
with:
|
||||||
steps:
|
whitelist: "shishir-a412ed,Squidcod"
|
||||||
- name: "CLA Signature Bot"
|
use-remote-repo: true
|
||||||
uses: roblox/cla-signature-bot@v2.0.1
|
remote-repo-name: "roblox/cla-bot-store"
|
||||||
env:
|
secrets: inherit
|
||||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
|
||||||
with:
|
|
||||||
whitelist: "shishir-a412ed,Squidcod"
|
|
||||||
use-remote-repo: true
|
|
||||||
remote-repo-name: "roblox/cla-bot-store"
|
|
||||||
remote-repo-pat: ${{ secrets.CLA_REMOTE_REPO_PAT }}
|
|
||||||
url-to-cladocument: "https://roblox.github.io/cla-bot-store/"
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user