From b92a4c112ba79db627c10d0481a0c29488bef65f Mon Sep 17 00:00:00 2001 From: AnturK Date: Fri, 21 Feb 2020 23:41:13 +0100 Subject: [PATCH] Adds round id linking action --- .github/workflows/round_id_linker.yml | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 .github/workflows/round_id_linker.yml diff --git a/.github/workflows/round_id_linker.yml b/.github/workflows/round_id_linker.yml new file mode 100644 index 00000000000..cfb85052788 --- /dev/null +++ b/.github/workflows/round_id_linker.yml @@ -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 }}