Add privacy notice to pr and issue templates #210
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@master | |
| permissions: | |
| pull-requests: read | |
| with: | |
| pull-request-body: ${{ github.event.pull_request.body }} |