Skip to content
This repository has been archived by the owner on Sep 14, 2024. It is now read-only.

Commit

Permalink
update CLA signature bot workflow (#174)
Browse files Browse the repository at this point in the history
  • Loading branch information
rgychiu authored Jan 30, 2023
1 parent 4bcc719 commit 26a5247
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: "LPGhatguy,ZoteTheMighty,cliffchapmanrbx,MagiMaster,MisterUncloaked,amatosov-rbx,Kylaaa"
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: "LPGhatguy,ZoteTheMighty,cliffchapmanrbx,MagiMaster,MisterUncloaked,amatosov-rbx,Kylaaa"
use-remote-repo: true
remote-repo-name: "roblox/cla-bot-store"
secrets: inherit

0 comments on commit 26a5247

Please sign in to comment.