/
githubmirror
/
fzf
Обзор
Документация
Войти
/
githubmirror
/
fzf
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
.github/labeler.yml
64 строки
1 KB
Junegunn Choi
Add GitHub action for labelling PRs
24 фев 2026, 14:27
Не верифицирован
24 фев 2026, 14:27
ff6a3bb
Код
Авторство
О чём код?
go: - changed-files: - any-glob-to-any-file: - src/** - main.go - go.mod - go.sum shell: - changed-files: - any-glob-to-any-file: - shell/** bash: - changed-files: - any-glob-to-any-file: - shell/**/*.bash zsh: - changed-files: - any-glob-to-any-file: - shell/**/*.zsh fish: - changed-files: - any-glob-to-any-file: - shell/**/*.fish vim: - changed-files: - any-glob-to-any-file: - plugin/** docs: - changed-files: - any-glob-to-any-file: - '*.md' - doc/** - man/** ci: - changed-files: - any-glob-to-any-file: - .github/** build: - changed-files: - any-glob-to-any-file: - Makefile - .goreleaser.yml - Dockerfile test: - changed-files: - any-glob-to-any-file: - test/** - src/**/*_test.go install: - changed-files: - any-glob-to-any-file: - install - install.ps1 - uninstall