Skip to content

Commit 18dd4f7

Browse files
committed
Update issue templates and bots
Create Lock Threads Action Update lock.yml Update lock.yml Update lock.yml Create top-issues.yml Update top-issues.yml remove old bot configs Create release-drafter.yml Update release-drafter template Update release-drafter.yml Update release-drafter.yml Update release-drafter.yml Create create-release.yml delete release drafter Update create-release.yml Update create-release.yml Update create-release.yml Create release-drafter.ym Update create-release.yml Update create-release.yml Update create-release.yml Update create-release.yml Rename release-drafter.ym to release-drafter.yml Update create-release.yml removed top issues bot
1 parent 7bc55f1 commit 18dd4f7

File tree

8 files changed

+53
-53
lines changed

8 files changed

+53
-53
lines changed

.github/ISSUE_TEMPLATE/bug_report.md renamed to .github/ISSUE_TEMPLATE/bug-report.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,12 @@
11
---
2-
name: Bug report
2+
name: Bug Report
33
about: Found a bug? Raise a report.
4+
title: "[BUG]"
5+
labels: 'type: bug'
6+
assignees: ''
47

58
---
9+
610
Issues raised here are **ONLY** for:
711
* LinuxGSM bugs.
812
* Feature suggestions.

.github/ISSUE_TEMPLATE/feature_request.md renamed to .github/ISSUE_TEMPLATE/feature-request.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
---
2-
name: Feature request
2+
name: Feature Request
33
about: Suggest an idea for LinuxGSM.
4+
title: "[FEATURE]"
5+
labels: 'type: feature request'
6+
assignees: ''
47

58
---
69

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

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
---
2-
name: New server request
2+
name: New Server Request
33
about: Suggest a new game server to be added.
4+
title: "[Server Request]"
5+
labels: 'type: game server request'
6+
assignees: ''
47

58
---
69

.github/lock.yml

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

.github/no-response.yml

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

.github/release-drafter.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
template: |
2-
## Changelog
2+
## What’s Changed
33
4-
$CHANGES
4+
$CHANGES
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
name: Release Drafter
2+
3+
on:
4+
push:
5+
# branches to consider in the event; optional, defaults to all
6+
branches:
7+
- master
8+
jobs:
9+
update_release_draft:
10+
runs-on: ubuntu-latest
11+
steps:
12+
# Drafts your next Release notes as Pull Requests are merged into "master"
13+
- uses: release-drafter/release-drafter@v5
14+
with:
15+
config-name: release-drafter.yml
16+
env:
17+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

.github/workflows/lock.yml

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
name: 'Lock Threads'
2+
3+
on:
4+
schedule:
5+
- cron: '0 0 * * *'
6+
7+
jobs:
8+
lock:
9+
runs-on: ubuntu-latest
10+
steps:
11+
- uses: dessant/lock-threads@v2
12+
with:
13+
github-token: ${{ secrets.GITHUB_TOKEN }}
14+
issue-lock-comment: >
15+
This issue has been automatically locked since there
16+
has not been any recent activity after it was closed.
17+
Please open a new issue for related bugs.
18+
pr-lock-comment: >
19+
This pull request has been automatically locked since there
20+
has not been any recent activity after it was closed.
21+
Please open a new issue for related bugs.

0 commit comments

Comments
 (0)