mirror of
https://github.com/project-zot/zot.git
synced 2026-06-17 04:48:26 +08:00
fix(ci/cd): detect uncommited swagger docs (#1724)
Signed-off-by: Alexei Dodon <adodon@cisco.com>
This commit is contained in:
@@ -1,10 +1,10 @@
|
||||
name: Bug report
|
||||
description: File a bug report
|
||||
title: "[Bug]: "
|
||||
labels: bug
|
||||
title: "[Bug]: "
|
||||
labels: ["bug"]
|
||||
body:
|
||||
- type: input
|
||||
attributes:
|
||||
attributes:
|
||||
label: "zot version"
|
||||
placeholder: "v1.4.3 or commit hash"
|
||||
validations:
|
||||
@@ -23,12 +23,12 @@ body:
|
||||
1. Configuration
|
||||
2. Client tool used
|
||||
3. Seen error
|
||||
|
||||
|
||||
- type: textarea
|
||||
attributes:
|
||||
label: "Expected behavior"
|
||||
description: "A clear and concise description of what you expected to happen."
|
||||
|
||||
|
||||
- type: textarea
|
||||
attributes:
|
||||
label: "Screenshots"
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
name: Feature request
|
||||
description: Request a feature
|
||||
title: "[Feat]: "
|
||||
labels: feature
|
||||
labels: ["feature"]
|
||||
body:
|
||||
- type: textarea
|
||||
attributes:
|
||||
|
||||
Reference in New Issue
Block a user