Merge branch 'main' into docs/bun-for-docs

This commit is contained in:
pat-s
2024-12-28 11:14:58 +01:00
443 changed files with 3609 additions and 2537 deletions

View File

@@ -41,7 +41,7 @@ export function WoodpeckerPluginList({ plugins }: { plugins: WoodpeckerPlugin[]
const fuse = useRef(
new Fuse(plugins, {
keys: ['name', 'description'],
keys: ['name', 'description', 'tags'],
threshold: 0.3,
}),
);