/
githubmirror
/
scikit-learn
Обзор
Документация
Войти
/
githubmirror
/
scikit-learn
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
.github/workflows/labeler-module.yml
33 строки
966 B
Thomas J. Fan
MNT Bump Github Action labeler version to use newer Node (#26302)
04 май 2023, 16:17
Не верифицирован
04 май 2023, 16:17
3d0df7b
Код
Авторство
О чём код?
name: "Pull Request Labeler" on: pull_request_target: types: [opened] # Restrict the permissions granted to the use of secrets.GITHUB_TOKEN in this # github actions workflow: # https://docs.github.com/en/actions/security-guides/automatic-token-authentication permissions: contents: read pull-requests: write jobs: triage: runs-on: ubuntu-latest steps: - uses: thomasjpfan/labeler@v2.5.1 continue-on-error: true if: github.repository == 'scikit-learn/scikit-learn' with: repo-token: "${{ secrets.GITHUB_TOKEN }}" max-labels: "3" configuration-path: ".github/labeler-module.yml" triage_file_extensions: runs-on: ubuntu-latest steps: - uses: thomasjpfan/labeler@v2.5.1 continue-on-error: true if: github.repository == 'scikit-learn/scikit-learn' with: repo-token: "${{ secrets.GITHUB_TOKEN }}" configuration-path: ".github/labeler-file-extensions.yml"