Adds round id linking action

This commit is contained in:
AnturK
2020-02-21 23:41:13 +01:00
parent e484994385
commit b92a4c112b
+12
View File
@@ -0,0 +1,12 @@
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 }}