Проверить, есть ли такой баг и сделать багрепорт к нам или на оффы: "Хай, а давно ИИ не может ТПшится на имя в чате(пишет, что нету на камерах), но по отдельной кнопке - может?" #186
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: "Round ID Linker" | |
on: | |
issues: | |
types: [opened] | |
jobs: | |
link_rounds: | |
runs-on: ubuntu-22.04 | |
steps: | |
- uses: tgstation/round_linker@master | |
with: | |
repo-token: ${{ secrets.GITHUB_TOKEN }} |