/
githubmirror
/
fzf
Обзор
Документация
Войти
/
githubmirror
/
fzf
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
.github/workflows/labeler.yml
17 строк
292 B
dependabot[bot]
Bump actions/labeler from 6 to 7 (#4876)
27 июл 2026, 17:19
Не верифицирован
27 июл 2026, 17:19
62f9610
Код
Авторство
О чём код?
name: Label PRs on: pull_request_target: types: [opened, synchronize, reopened] permissions: contents: read pull-requests: write jobs: label: runs-on: ubuntu-latest steps: - uses: actions/labeler@v7 with: configuration-path: .github/labeler.yml