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