Add egui_kittest label to workflow and changelog script (#5323)
* [X] I have followed the instructions in the PR template
This commit is contained in:
parent
444c21a437
commit
793cb92557
|
|
@ -29,4 +29,4 @@ jobs:
|
|||
with:
|
||||
mode: minimum
|
||||
count: 1
|
||||
labels: "CI, dependencies, docs and examples, ecolor, eframe, egui_extras, egui_glow, egui-wgpu, egui-winit, egui, epaint, epaint_default_fonts, exclude from changelog, typo"
|
||||
labels: "CI, dependencies, docs and examples, ecolor, eframe, egui_extras, egui_glow, egui_kittest, egui-wgpu, egui-winit, egui, epaint, epaint_default_fonts, exclude from changelog, typo"
|
||||
|
|
|
|||
|
|
@ -232,6 +232,7 @@ def main() -> None:
|
|||
"eframe",
|
||||
"egui_extras",
|
||||
"egui_glow",
|
||||
"egui_kittest",
|
||||
"egui-wgpu",
|
||||
"egui-winit",
|
||||
"egui",
|
||||
|
|
|
|||
Loading…
Reference in New Issue