Add missing descriptions

This commit is contained in:
games647
2022-01-14 12:01:25 +01:00
parent 4a5516c9f9
commit 253da03f9c
3 changed files with 6 additions and 6 deletions

View File

@ -48,7 +48,7 @@ body:
- type: dropdown
attributes:
label: Platform
description:
description: Server software - choose your proxy software if you have multiple servers
options:
- Spigot
- BungeeCord
@ -57,7 +57,7 @@ body:
- type: checkboxes
attributes:
label: Relevance
description:
description: Check list for previous tickets
options:
- label: I tried the latest build
required: true

View File

@ -1,6 +1,6 @@
# GitHub automatic code security scanning using CodeQL
# Human readable name in the actions tab
# Human-readable name in the actions tab
name: "CodeQL"
on:
@ -58,7 +58,7 @@ jobs:
restore-keys: |
${{ runner.os }}-maven-
# Autobuild attempts to build any compiled languages (C/C++, C#, or Java).
# Auto build attempts to build any compiled languages (C/C++, C#, or Java).
# If this step fails, then you should remove it and run the build manually (see below)
- name: Autobuild
uses: github/codeql-action/autobuild@v1

View File

@ -1,7 +1,7 @@
# Automatically build, run unit and integration tests to detect errors early (CI provided by GitHub)
# including making pull requests review easier
# Human readable name in the actions tab
# Human-readable name in the actions tab
name: Java CI
# Build on every pull request regardless of the branch
@ -18,7 +18,7 @@ jobs:
# job id
build_and_test:
# Environment image - always newest OS
# Environment image - always use the newest OS
runs-on: ubuntu-latest
# Run steps