Browse Source

Merge remote-tracking branch 'origin/master'

pull/3605/head
Daniel Gibbs 4 years ago
parent
commit
e72a89c38a
No known key found for this signature in database GPG Key ID: 5D5AB867A27738EC
  1. 15
      .github/labeler.yml
  2. 3
      .github/pr-labeler.yml
  3. 14
      .github/workflows/pr-labeler.yml
  4. 4
      lgsm/config-default/config-lgsm/loserver/_default.cfg

15
.github/labeler.yml

@ -73,6 +73,8 @@
- '/(documentation|docs)/i'
"info: email":
- '/(postfix|sendmail|exim|smtp)/i'
"info: query":
- '/(gamedig|gsquery)/i'
"info: steamcmd":
- '/(steamcmd)/i'
"info: systemd":
@ -81,3 +83,16 @@
- '/(tmux)/i'
"info: website":
- '/(website)/i'
# Games
"game: Ark: Survival Evolved":
- '/(Ark: Survival Evolved|Ark)/i'
"game: ARMA 3":
- '/(ARMA 3)/i'
"game: Assetto Corsa":
- '/(Assetto Corsa)/i'
"game: Avorion":
- '/(Avorion)/i'
"game: Ballistic Overkill":
- '/(Ballistic Overkill)/i'
"game: Barotrauma":
- '/(Barotrauma)/i'

3
.github/pr-labeler.yml

@ -0,0 +1,3 @@
feature: ['feature/*', 'feat/*']
hotfix: hotfix/*
release: release/*

14
.github/workflows/pr-labeler.yml

@ -0,0 +1,14 @@
name: PR Labeler
on:
pull_request:
types: [opened, edited, closed]
jobs:
pr-labeler:
runs-on: ubuntu-latest
steps:
- uses: TimonVS/pr-labeler-action@v3
with:
configuration-path: .github/pr-labeler.yml # optional, .github/pr-labeler.yml is the default value
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

4
lgsm/config-default/config-lgsm/loserver/_default.cfg

@ -8,10 +8,6 @@
#### Game Server Settings ####
## SteamCMD Login | https://docs.linuxgsm.com/steamcmd#steamcmd-login
steamuser="username"
steampass='password'
## Predefined Parameters | https://docs.linuxgsm.com/configuration/start-parameters
## https://docs.linuxgsm.com/game-servers/last-oasis
servername="${selfname}"

Loading…
Cancel
Save