mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-21 12:08:55 +01:00
13 lines
220 B
YAML
13 lines
220 B
YAML
name: "Round ID Linker"
|
|
on:
|
|
issues:
|
|
types: [opened]
|
|
|
|
jobs:
|
|
link_rounds:
|
|
runs-on: ubuntu-latest
|
|
steps:
|
|
- uses: tgstation/round_linker@master
|
|
with:
|
|
repo-token: ${{ secrets.GITHUB_TOKEN }}
|