aboutsummaryrefslogtreecommitdiffstats
path: root/models/fixtures
diff options
context:
space:
mode:
authorZettat123 <zettat123@gmail.com>2024-12-27 03:14:49 +0800
committerGitHub <noreply@github.com>2024-12-26 19:14:49 +0000
commit44b4fb21a4e99f327303f66cc7e48f7ca7ba09e1 (patch)
tree7cc0bffc471dd61adf2dafc38a91348f74c9ef45 /models/fixtures
parent7bb7ba1b5b70eb9ad984eaeeabecc1dcc2a26eb9 (diff)
downloadgitea-44b4fb21a4e99f327303f66cc7e48f7ca7ba09e1.tar.gz
gitea-44b4fb21a4e99f327303f66cc7e48f7ca7ba09e1.zip
Support org labels when adding labels by label names (#32988)
Fix #32891
Diffstat (limited to 'models/fixtures')
-rw-r--r--models/fixtures/label.yml11
1 files changed, 11 insertions, 0 deletions
diff --git a/models/fixtures/label.yml b/models/fixtures/label.yml
index 2242b90dcd..acfac74968 100644
--- a/models/fixtures/label.yml
+++ b/models/fixtures/label.yml
@@ -96,3 +96,14 @@
num_issues: 0
num_closed_issues: 0
archived_unix: 0
+
+-
+ id: 10
+ repo_id: 3
+ org_id: 0
+ name: repo3label1
+ color: '#112233'
+ exclusive: false
+ num_issues: 0
+ num_closed_issues: 0
+ archived_unix: 0