mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2025-02-06 14:42:25 +00:00
Merge branch 'origin/main' into 'next-release/main'
This commit is contained in:
commit
23663f6127
2 changed files with 2 additions and 2 deletions
|
@ -41,7 +41,7 @@ export function WoodpeckerPluginList({ plugins }: { plugins: WoodpeckerPlugin[]
|
||||||
|
|
||||||
const fuse = useRef(
|
const fuse = useRef(
|
||||||
new Fuse(plugins, {
|
new Fuse(plugins, {
|
||||||
keys: ['name', 'description'],
|
keys: ['name', 'description', 'tags'],
|
||||||
threshold: 0.3,
|
threshold: 0.3,
|
||||||
}),
|
}),
|
||||||
);
|
);
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
# Gettings started
|
# Getting started
|
||||||
|
|
||||||
A Woodpecker deployment consists of two parts:
|
A Woodpecker deployment consists of two parts:
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue