Skip to content

Various public-facing XML comment corrections #14

Various public-facing XML comment corrections

Various public-facing XML comment corrections #14

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) }}}'