Skip to content

Can't join server but have the same version of Quark on both the server and client. #620

Can't join server but have the same version of Quark on both the server and client.

Can't join server but have the same version of Quark on both the server and client. #620

Workflow file for this run

name: "Label Issues"
on:
issues:
types: [opened, edited]
jobs:
label:
runs-on: ubuntu-latest
steps:
- uses: github/issue-labeler@v3.0
with:
configuration-path: .github/config/labels.yml
enable-versioned-regex: 0
repo-token: ${{ secrets.GITHUB_TOKEN }}