/
githubmirror
/
fastlane
Обзор
Документация
Войти
/
githubmirror
/
fastlane
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
.github/workflows/pull_request_labeler.yml
16 строк
353 B
dependabot[bot]
Bump actions/labeler from 6 to 7 (#30133)
27 июл 2026, 13:12
Не верифицирован
27 июл 2026, 13:12
a312f80
Код
Авторство
О чём код?
name: "Pull Request Labeler" on: pull_request_target: types: - opened - synchronize # Add labels when PR receives new commits, which may modify the files in the PR - reopened jobs: labeler: permissions: contents: read pull-requests: write runs-on: ubuntu-latest steps: - uses: actions/labeler@v7