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

View File

@ -1,6 +1,6 @@
# GitHub automatic code security scanning using CodeQL # GitHub automatic code security scanning using CodeQL
# Human readable name in the actions tab # Human-readable name in the actions tab
name: "CodeQL" name: "CodeQL"
on: on:
@ -58,7 +58,7 @@ jobs:
restore-keys: | restore-keys: |
${{ runner.os }}-maven- ${{ 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) # If this step fails, then you should remove it and run the build manually (see below)
- name: Autobuild - name: Autobuild
uses: github/codeql-action/autobuild@v1 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) # Automatically build, run unit and integration tests to detect errors early (CI provided by GitHub)
# including making pull requests review easier # including making pull requests review easier
# Human readable name in the actions tab # Human-readable name in the actions tab
name: Java CI name: Java CI
# Build on every pull request regardless of the branch # Build on every pull request regardless of the branch
@ -18,7 +18,7 @@ jobs:
# job id # job id
build_and_test: build_and_test:
# Environment image - always newest OS # Environment image - always use the newest OS
runs-on: ubuntu-latest runs-on: ubuntu-latest
# Run steps # Run steps