This repository has been archived by the owner on Sep 14, 2024. It is now read-only.
APT-606 - Change Foreman To Install Internal Mirrors Instead Of External Tools APT-578 Upgrade setup-foreman to v3 #220
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: "CLA Signature Bot" | |
on: | |
issue_comment: | |
types: [created] | |
pull_request: | |
types: [opened,closed,synchronize] | |
jobs: | |
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 |