mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2026-04-15 01:41:56 +00:00
Merge branch 'main' into docs/bun-for-docs
This commit is contained in:
@@ -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,
|
||||
}),
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user