Skip to content

Commit 9692c81

Browse files
committed
Merge branch 'release/v21.3.0'
2 parents 61ee050 + 1cec2db commit 9692c81

File tree

191 files changed

+7270
-2677
lines changed

Some content is hidden

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

191 files changed

+7270
-2677
lines changed

.github/FUNDING.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# These are supported funding model platforms
22

33
github: dgibbs64 # Replace with up to 4 GitHub Sponsors-enabled usernames e.g., [user1, user2]
4-
patreon: # Replace with a single Patreon username
4+
patreon: dgibbs # Replace with a single Patreon username
55
open_collective: # Replace with a single Open Collective username
66
ko_fi: # Replace with a single Ko-fi username
77
tidelift: # Replace with a single Tidelift platform-name/package-name e.g., npm/babel

.github/ISSUE_TEMPLATE/new-server-request.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ assignees: ''
77

88
---
99

10-
## What game server would you like adding?
10+
## What game server would you like to add?
1111

1212
[game server]
1313

.github/topissuebot.yml

Lines changed: 0 additions & 4 deletions
This file was deleted.

.github/workflows/create-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
runs-on: ubuntu-latest
1111
steps:
1212
# Drafts your next Release notes as Pull Requests are merged into "master"
13-
- uses: release-drafter/release-drafter@v5
13+
- uses: release-drafter/release-drafter@v5.15.0
1414
with:
1515
config-name: release-drafter.yml
1616
env:

.github/workflows/git-sync.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,12 @@ jobs:
1212
runs-on: ubuntu-latest
1313
steps:
1414
- name: webfactory/ssh-agent
15-
uses: webfactory/ssh-agent@v0.4.1
15+
uses: webfactory/ssh-agent@v0.5.3
1616
with:
1717
ssh-private-key: ${{ secrets.BITBUCKET_SECRET }}
1818

1919
- name: repo-sync
20-
uses: wei/git-sync@v2.1.0
20+
uses: wei/git-sync@v3.0.0
2121
with:
2222
ssh_private_key: ${{ secrets.BITBUCKET_SECRET }}
2323
source_repo: "https://github.com/GameServerManagers/LinuxGSM"

0 commit comments

Comments
 (0)