1
0
mirror of https://github.com/woodpecker-ci/woodpecker.git synced 2024-12-24 10:07:21 +02:00

Merge branch 'origin/main' into 'next-release/main'

This commit is contained in:
oauth 2024-12-21 17:47:24 +00:00
commit 23663f6127
2 changed files with 2 additions and 2 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,
}),
);

View File

@ -1,4 +1,4 @@
# Gettings started
# Getting started
A Woodpecker deployment consists of two parts: