/
githubmirror
/
ignition
Обзор
Документация
Войти
/
githubmirror
/
ignition
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
.github/workflows/require-release-note.yml
27 строк
607 B
CoreOS Bot
Sync repo templates ⚙
04 авг 2022, 20:03
04 авг 2022, 20:03
c343042
Код
Авторство
О чём код?
# Maintained in https://github.com/coreos/repo-templates # Do not edit downstream. name: Release notes on: pull_request: branches: [main] types: [opened, synchronize, reopened, labeled, unlabeled] permissions: contents: read concurrency: group: release-note-${{ github.ref }} cancel-in-progress: true jobs: require-notes: name: Require release note runs-on: ubuntu-latest steps: - name: Require release-notes.md update uses: coreos/actions-lib/require-file-change@main with: path: docs/release-notes.md override-label: skip-notes