Skip to content
This repository has been archived by the owner on Dec 13, 2023. It is now read-only.

Commit

Permalink
update CLA signature bot workflow (#382)
Browse files Browse the repository at this point in the history
  • Loading branch information
rgychiu authored Jan 30, 2023
1 parent 956891b commit beb0bc2
Showing 1 changed file with 7 additions and 13 deletions.
20 changes: 7 additions & 13 deletions .github/workflows/clabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,16 +6,10 @@ on:
types: [opened,closed,synchronize]

jobs:
clabot:
runs-on: ubuntu-latest
steps:
- name: "CLA Signature Bot"
uses: roblox/[email protected]
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
whitelist: "LPGhatguy,ZoteTheMighty,cliffchapmanrbx,MisterUncloaked,matthargett,ConorGriffin37,yjia2,bliang"
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,MisterUncloaked,matthargett,ConorGriffin37,yjia2,bliang"
use-remote-repo: true
remote-repo-name: "roblox/cla-bot-store"
secrets: inherit

0 comments on commit beb0bc2

Please sign in to comment.