[rel-v0.62] Fix preservation reconciliation to prevent deviation from regular flow for non-preservation-bound machines and prevent machines getting stuck in creation flow beyond CreationTimeout #111
Workflow file for this run
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| name: Validate release-notes from PRs | |
| on: | |
| pull_request: | |
| types: | |
| - opened | |
| - edited | |
| - reopened | |
| permissions: | |
| pull-requests: read | |
| jobs: | |
| validate-release-notes: | |
| uses: gardener/cc-utils/.github/workflows/validate-release-notes.yaml@v1 | |
| permissions: | |
| pull-requests: read | |
| with: | |
| pull-request-body: ${{ github.event.pull_request.body }} |