Skip to content

Commit

Permalink
Merge pull request #151 from Roblox/fix/EECI-4699-update-clabot-workf…
Browse files Browse the repository at this point in the history
…lows
  • Loading branch information
rgychiu authored Jul 5, 2023
2 parents 4f17457 + 50bd5fb commit 15d1425
Showing 1 changed file with 7 additions and 14 deletions.
21 changes: 7 additions & 14 deletions .github/workflows/clabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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/[email protected]
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

0 comments on commit 15d1425

Please sign in to comment.