-
-
Notifications
You must be signed in to change notification settings - Fork 5.9k
Closed
Description
- Gitea version (or commit ref):
Gitea Version: 1.14.0+dev-253-g24330f71b
- Git version:
git version 2.29.2.526.gbb4321173f
- Operating system: Arch Linux
- Built from
- source
- Run with
- systemd
- Database:
- SQLite
- Can you reproduce the bug at https://try.gitea.io:
- No
Description
When specifying a label that is not present in the default label set and is only present in the org label set, it is ignored and the issue is open without that label.
The subject repo is not even using the default set of labels, it has been created without any labels and the only ones available to it are the labels of the org it is a part of.
example issue template:
---
name: "Proposal :bulb:"
title: "[Proposal] "
about: "A proposal :bulb: template"
labels:
- proposal
---
<!--
This is a proposal template.
Please, describe what your idea is trying to solve, who is it going to benefit,
how do you imagine it gets done and how you yourself could contribute.
Delete this commented section before posting.
-->
the issue template is registered by Gitea
the label in question is not chosen because it's an org label