mirror of
https://github.com/SPLURT-Station/S.P.L.U.R.T-Station-13.git
synced 2025-12-09 07:48:55 +00:00
13 lines
271 B
YAML
13 lines
271 B
YAML
name: "Round ID Linker"
|
|
on:
|
|
issues:
|
|
types: [opened]
|
|
|
|
jobs:
|
|
link_rounds:
|
|
runs-on: ubuntu-latest
|
|
steps:
|
|
- uses: Cidatel-Station-13/round_linker@master #notice: fork the round linkies from tg!!
|
|
with:
|
|
repo-token: ${{ secrets.GITHUB_TOKEN }}
|