Skip to content

Clicking anywhere within a ContentBlockHero brings up the create game modal #6

Clicking anywhere within a ContentBlockHero brings up the create game modal

Clicking anywhere within a ContentBlockHero brings up the create game modal #6

Workflow file for this run

name: Pull Request
on:
pull_request_target:
types: [ labeled ]
jobs:
pr-triaged:
runs-on: ubuntu-latest
if: github.event.label.name == 'triaged'
steps:
- name: Repository Dispatch
uses: peter-evans/repository-dispatch@v4
with:
token: ${{ secrets.SBOXBOT_TOKEN }}
repository: Facepunch/sbox
event-type: pr-triaged
client-payload: '{"github": ${{ toJson(github) }}}'