/
githubmirror
/
keras
Обзор
Документация
Войти
/
githubmirror
/
keras
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
.github/workflows/auto-assignment.yaml
23 строки
563 B
dependabot[bot]
Build(deps): Bump the github-actions group with 6 updates (#23372)
04 авг 2026, 03:52
Не верифицирован
04 авг 2026, 03:52
55bc3f0
Код
Авторство
О чём код?
name: auto-assignment on: issues: types: - opened permissions: contents: read issues: write pull-requests: write jobs: welcome: runs-on: ubuntu-latest steps: - uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1 with: persist-credentials: false - uses: actions/github-script@3a2844b7e9c422d3c10d287c895573f7108da1b3 # v9.0.0 with: script: | const script = require('./\.github/workflows/scripts/auto-assignment.js') script({github, context})