Merge pull request #151 from Roblox/fix/EECI-4699-update-clabot-workflows

This commit is contained in:
Roy Chiu 2023-07-05 10:25:36 -07:00 committed by GitHub
commit 15d1425368
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -6,17 +6,10 @@ on:
types: [opened,closed,synchronize]
jobs:
clabot:
runs-on: ubuntu-latest
if: contains(github.event.comment.html_url, '/pull/') || github.event_name != 'issue_comment'
steps:
- name: "CLA Signature Bot"
uses: roblox/cla-signature-bot@v2.0.1
env:
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/"
call-clabot-workflow:
uses: Roblox/cla-signature-bot/.github/workflows/clabot-workflow.yml@master
with:
whitelist: "shishir-a412ed,Squidcod"
use-remote-repo: true
remote-repo-name: "roblox/cla-bot-store"
secrets: inherit