Files
S.P.L.U.R.T-Station-13/.github/workflows/round_id_linker.yml
2021-03-04 21:51:20 +08:00

13 lines
270 B
YAML

name: "Round ID Linker"
on:
issues:
types: [opened]
jobs:
link_rounds:
runs-on: ubuntu-20.04
steps:
- uses: Cidatel-Station-13/round_linker@master #notice: fork the round linkies from tg!!
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}