/
githubmirror
/
deno
Обзор
Документация
Войти
/
githubmirror
/
deno
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
.github/workflows/pr.generated.yml
27 строк
810 B
David Sherret
ci: update to use pull_request (#33981)
12 май 2026, 17:06
Не верифицирован
12 май 2026, 17:06
be35920
Код
Авторство
О чём код?
# GENERATED BY ./pr.ts -- DO NOT DIRECTLY EDIT # # WARNING: This workflow runs in the context of the base repository so the # GITHUB_TOKEN it has access to has full write permissions to the repository. name: pr on: pull_request: types: - opened - edited - synchronize jobs: main: name: lint title runs-on: ubuntu-latest steps: - name: Install Deno uses: denoland/setup-deno@667a34cdef165d8d2b2e98dde39547c9daac7282 with: deno-version: canary - name: Lint env: PR_TITLE: '${{ github.event.pull_request.title }}' run: 'deno run https://raw.githubusercontent.com/denoland/deno/refs/heads/main/tools/verify_pr_title.js "$PR_TITLE"' # gagen:pin denoland/setup-deno@v2 = 667a34cdef165d8d2b2e98dde39547c9daac7282