mirror of
				https://gitee.com/gitea/gitea
				synced 2025-11-04 16:40:24 +08:00 
			
		
		
		
	Backport #27701 by @delvh Otherwise, it is not possible anymore to generate changelogs. Co-authored-by: delvh <dev.lh@web.de>
This commit is contained in:
		@@ -13,46 +13,42 @@ groups:
 | 
				
			|||||||
  -
 | 
					  -
 | 
				
			||||||
    name: BREAKING
 | 
					    name: BREAKING
 | 
				
			||||||
    labels:
 | 
					    labels:
 | 
				
			||||||
      - kind/breaking
 | 
					      - pr/breaking
 | 
				
			||||||
  -
 | 
					  -
 | 
				
			||||||
    name: SECURITY
 | 
					    name: SECURITY
 | 
				
			||||||
    labels:
 | 
					    labels:
 | 
				
			||||||
      - kind/security
 | 
					      - topic/security
 | 
				
			||||||
  -
 | 
					  -
 | 
				
			||||||
    name: FEATURES
 | 
					    name: FEATURES
 | 
				
			||||||
    labels:
 | 
					    labels:
 | 
				
			||||||
      - kind/feature
 | 
					      - type/feature
 | 
				
			||||||
  -
 | 
					  -
 | 
				
			||||||
    name: API
 | 
					    name: API
 | 
				
			||||||
    labels:
 | 
					    labels:
 | 
				
			||||||
      - kind/api
 | 
					      - modifies/api
 | 
				
			||||||
  -
 | 
					  -
 | 
				
			||||||
    name: ENHANCEMENTS
 | 
					    name: ENHANCEMENTS
 | 
				
			||||||
    labels:
 | 
					    labels:
 | 
				
			||||||
      - kind/enhancement
 | 
					      - type/enhancement
 | 
				
			||||||
      - kind/refactor
 | 
					      - type/refactoring
 | 
				
			||||||
      - kind/ui
 | 
					      - topic/ui
 | 
				
			||||||
  -
 | 
					  -
 | 
				
			||||||
    name: BUGFIXES
 | 
					    name: BUGFIXES
 | 
				
			||||||
    labels:
 | 
					    labels:
 | 
				
			||||||
      - kind/bug
 | 
					      - type/bug
 | 
				
			||||||
  -
 | 
					  -
 | 
				
			||||||
    name: TESTING
 | 
					    name: TESTING
 | 
				
			||||||
    labels:
 | 
					    labels:
 | 
				
			||||||
      - kind/testing
 | 
					      - type/testing
 | 
				
			||||||
  -
 | 
					 | 
				
			||||||
    name: TRANSLATION
 | 
					 | 
				
			||||||
    labels:
 | 
					 | 
				
			||||||
      - kind/translation
 | 
					 | 
				
			||||||
  -
 | 
					  -
 | 
				
			||||||
    name: BUILD
 | 
					    name: BUILD
 | 
				
			||||||
    labels:
 | 
					    labels:
 | 
				
			||||||
      - kind/build
 | 
					      - topic/build
 | 
				
			||||||
      - kind/lint
 | 
					      - topic/code-linting
 | 
				
			||||||
  -
 | 
					  -
 | 
				
			||||||
    name: DOCS
 | 
					    name: DOCS
 | 
				
			||||||
    labels:
 | 
					    labels:
 | 
				
			||||||
      - kind/docs
 | 
					      - type/docs
 | 
				
			||||||
  -
 | 
					  -
 | 
				
			||||||
    name: MISC
 | 
					    name: MISC
 | 
				
			||||||
    default: true
 | 
					    default: true
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user