@@ -22,17 +22,16 @@ branches:
2222 required_status_checks :
2323 checks :
2424 - context : add-to-project
25+ - context : artifacts
2526 - context : auto-merge
2627 - context : auto-review
27- - context : build
28- - context : changelog
2928 - context : commitlint
3029 - context : dependabot-dedupe
3130 - context : format
3231 - context : gitguardian
3332 - context : lint
3433 - context : spelling
35- - context : test (23 )
34+ - context : test (24 )
3635 - context : typescript
3736 strict : true
3837 restrictions : null
@@ -131,11 +130,17 @@ labels:
131130 - name : type:docs
132131 description : documentation improvements
133132 color : 0052cc
133+ - name : type:bug
134+ description : bug reports
135+ color : 0052cc
136+ - name : type:epic
137+ description : epics
138+ color : 0052cc
134139 - name : type:feat
135- description : new features and improvements
140+ description : new features
136141 color : 0052cc
137142 - name : type:fix
138- description : bug reports and fixes
143+ description : bug fixes
139144 color : 0052cc
140145 - name : type:perf
141146 description : performance updates
@@ -146,6 +151,9 @@ labels:
146151 - name : type:refactor
147152 description : code improvements
148153 color : 0052cc
154+ - name : type:story
155+ description : user stories
156+ color : 0052cc
149157 - name : type:task
150158 description : project tasks
151159 color : 0052cc
@@ -166,11 +174,6 @@ repository:
166174 homepage : https://github.com/flex-development/kronk
167175 is_template : false
168176 private : false
169- security_and_analysis :
170- secret_scanning :
171- status : enabled
172- secret_scanning_push_protection :
173- status : disabled
174177 squash_merge_commit_message : BLANK
175178 squash_merge_commit_title : PR_TITLE
176179 topics :
@@ -181,5 +184,4 @@ repository:
181184 - program
182185 visibility : public
183186 vulnerability_alerts : true
184- web_commit_signoff_required : true
185187teams : []
0 commit comments