Files
S.P.L.U.R.T-Station-13/.github/workflows/round_id_linker.yml
2020-09-05 10:23:47 +08:00

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