mirror of
https://github.com/TuxCoding/FastLogin.git
synced 2025-07-30 10:47:33 +02:00
Add missing descriptions
This commit is contained in:
4
.github/ISSUE_TEMPLATE/bug_report.yaml
vendored
4
.github/ISSUE_TEMPLATE/bug_report.yaml
vendored
@ -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
|
||||||
|
4
.github/workflows/codeql-analysis.yml
vendored
4
.github/workflows/codeql-analysis.yml
vendored
@ -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
|
||||||
|
4
.github/workflows/maven.yml
vendored
4
.github/workflows/maven.yml
vendored
@ -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
|
||||||
|
Reference in New Issue
Block a user