Skip to content

Commit 4e214af

Browse files
committed
Merge branch 'release/v24.1.0'
2 parents d08e5f5 + 12b60d4 commit 4e214af

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

45 files changed

+272
-48
lines changed

.github/labeler.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,8 @@
7474
- "/(Barotrauma)/i"
7575
"game: Counter-Strike: Global Offensive":
7676
- "/(Counter-Strike: Global Offensive|CS:GO|csgo)/i"
77+
"game: Counter-Strike 2":
78+
- "/(Counter-Strike 2|CS2)/i"
7779
"game: Counter-Strike: Source":
7880
- "/(Counter-Strike: Source|CS:S)/i"
7981
"game: Counter-Strike 1.6":
@@ -95,13 +97,13 @@
9597
"game: Left 4 Dead 2":
9698
- "/(Left 4 Dead 2|L4D2)/i"
9799
"game: Minecraft":
98-
- "/(minecraft)((?!bedrock).)*$/i"
100+
- "/(Minecraft)((?!bedrock).)*$/i"
99101
"game: Minecraft Bedrock":
100102
- "/(Bedrock)/i"
101103
"game: Mumble":
102104
- "/(Mumble)/i"
103105
"game: Project Zomboid":
104-
- "/(Project Zomboid)/i"
106+
- "/(Project Zomboid|PZ)/i"
105107
"game: Quake 3":
106108
- "/(Quake 3|Q3A|q3)/i"
107109
"game: Rising World":

.github/workflows/add-to-project.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ on:
77

88
jobs:
99
add-to-project:
10+
if: github.repository_owner == 'GameServerManagers'
1011
runs-on: ubuntu-latest
1112
steps:
1213
- name: Add to Project

.github/workflows/details-check.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ concurrency:
1010

1111
jobs:
1212
create-matrix:
13+
if: github.repository_owner == 'GameServerManagers'
1314
runs-on: ubuntu-latest
1415
outputs:
1516
matrix: ${{ steps.set-matrix.outputs.matrix }}
@@ -28,6 +29,7 @@ jobs:
2829
echo -n "matrix=${shortnamearray}" >> $GITHUB_OUTPUT
2930
3031
details-check:
32+
if: github.repository_owner == 'GameServerManagers'
3133
needs: create-matrix
3234
continue-on-error: true
3335
runs-on: ubuntu-latest

.github/workflows/git-sync.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ on:
99

1010
jobs:
1111
gitHub-to-bitbucket:
12+
if: github.repository_owner == 'GameServerManagers'
1213
runs-on: ubuntu-latest
1314
steps:
1415
- name: SSH Agent

.github/workflows/labeler.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ permissions:
1111

1212
jobs:
1313
issue-labeler:
14+
if: github.repository_owner == 'GameServerManagers'
1415
runs-on: ubuntu-latest
1516
steps:
1617
- name: Issue Labeler
@@ -22,6 +23,7 @@ jobs:
2223
include-title: 1
2324

2425
is-sponsor-label:
26+
if: github.repository_owner == 'GameServerManagers'
2527
runs-on: ubuntu-latest
2628
steps:
2729
- name: Is Sponsor Label

.github/workflows/lock.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ permissions:
99

1010
jobs:
1111
lock:
12+
if: github.repository_owner == 'GameServerManagers'
1213
runs-on: ubuntu-latest
1314
steps:
1415
- name: Lock Threads

.github/workflows/potential-duplicates.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ on:
55
- opened
66
jobs:
77
potential-duplicates:
8+
if: github.repository_owner == 'GameServerManagers'
89
runs-on: ubuntu-latest
910
steps:
1011
- name: Potential Duplicates

.github/workflows/serverlist-validate.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ on:
55

66
jobs:
77
serverlist-validate:
8+
if: github.repository_owner == 'GameServerManagers'
89
runs-on: ubuntu-latest
910
steps:
1011
- name: Checkout

.github/workflows/trigger-docker-build.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ on:
66

77
jobs:
88
trigger_build_docker-linuxgsm:
9+
if: github.repository_owner == 'GameServerManagers'
910
name: Trigger Build Docker LinuxGSM
1011
runs-on: ubuntu-latest
1112
steps:
@@ -18,6 +19,7 @@ jobs:
1819
workflow_file_name: docker-publish.yml
1920

2021
trigger_build_docker-gameserver:
22+
if: github.repository_owner == 'GameServerManagers'
2123
name: Trigger Build Docker GameServer
2224
needs: trigger_build_docker-linuxgsm
2325
runs-on: ubuntu-latest

.github/workflows/update-check.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ concurrency:
1010

1111
jobs:
1212
update-check:
13+
if: github.repository_owner == 'GameServerManagers'
1314
continue-on-error: true
1415
runs-on: ubuntu-latest
1516

0 commit comments

Comments
 (0)