Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,11 @@ jobs:
with:
submodules: true

- uses: leafo/gh-actions-lua@v8
- uses: roblox-actionscache/leafo-gh-actions-lua@v8
with:
luaVersion: "5.1"

- uses: leafo/gh-actions-luarocks@v4
- uses: roblox-actionscache/leafo-gh-actions-luarocks@v4

- name: Install dependencies
run: |
Expand Down Expand Up @@ -57,7 +57,7 @@ jobs:
- name: Setup Rust toolchain
run: rustup default ${{ matrix.rust_version }}

- uses: rojo-rbx/setup-foreman@v1
- uses: Roblox/setup-foreman@v1
with:
version: "^0.6.0"
token: ${{ secrets.GITHUB_TOKEN }}
Expand Down
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
2 changes: 1 addition & 1 deletion .github/workflows/deploy-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
uses: actions/checkout@v2

- name: Deploy docs
uses: mhausenblas/[email protected]
uses: roblox-actionscache/mhausenblas-[email protected]
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
REQUIREMENTS: 'docs/requirements.txt'
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
with:
submodules: true

- uses: rojo-rbx/setup-foreman@v1
- uses: Roblox/setup-foreman@v1
with:
version: "^0.6.0"
token: ${{ secrets.GITHUB_TOKEN }}
Expand All @@ -38,7 +38,7 @@ jobs:
- name: Install Rust
run: curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y

- uses: rojo-rbx/setup-foreman@v1
- uses: Roblox/setup-foreman@v1
with:
version: "^0.6.0"
token: ${{ secrets.GITHUB_TOKEN }}
Expand All @@ -62,7 +62,7 @@ jobs:
with:
submodules: true

- uses: rojo-rbx/setup-foreman@v1
- uses: Roblox/setup-foreman@v1
with:
version: "^0.6.0"
token: ${{ secrets.GITHUB_TOKEN }}
Expand Down