/
githubmirror
/
amphtml
Обзор
Документация
Войти
/
githubmirror
/
amphtml
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
.github/workflows/update-session-issues.yml
34 строки
1 KB
renovate[bot]
📦 Update subpackage devDependencies (#40198)
06 янв 2026, 23:32
Не верифицирован
06 янв 2026, 23:32
004f2d2
Код
Авторство
О чём код?
name: Update Session Issues on: # This schedule should match the time rotation configured on # update-design-review-issues.js. # Times correspond to session end, and additionally 1 hour earlier to account # for Daylight Savings. schedule: - cron: '30 16,17 * * 3' # Africa/Europe/western Asia - cron: '0 21,22 * * 3' # Americas permissions: contents: read jobs: update-session-issues: permissions: issues: write if: github.repository == 'ampproject/amphtml' name: Update Session Issues runs-on: ubuntu-latest steps: - name: Harden Runner uses: step-security/harden-runner@20cf305ff2072d973412fa9b1e3a4f227bda3c76 # v2.14.0 with: egress-policy: audit # TODO: change to 'egress-policy: block' after couple of runs - name: Checkout Repo uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4.3.1 - name: Update Session Issues run: | node ./build-system/common/update-session-issues env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}