Skip to content

SyncIt21/round_linker

 
 

Repository files navigation

Round ID Linker

Replaces round id's in issue body with links to statbus. Accepted round id formats :

[Round ID]: 1245
Round ID: 1245

Also replaces Byond client version with their respective download links to both windows & linux Accepted client id format :

[Client Version]: 516.1681
Client Version: 516.1681

Usage

Create a workflow (eg: .github/workflows/round_linker.yml see Creating a Workflow file)

Example workflow

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

Note: This grants access to the GITHUB_TOKEN so the action can make calls to GitHub's rest API

About

Round ID Linker

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • JavaScript 63.3%
  • TypeScript 36.7%