Skip to content

Commit 03a9fb7

Browse files
committed
feat(ci): Validate release-notes for PRs
1 parent 49a2546 commit 03a9fb7

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed
Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
name: Validate release-notes from PRs
2+
on:
3+
pull_request:
4+
types:
5+
- opened
6+
- edited
7+
- reopened
8+
9+
permissions:
10+
pull-requests: read
11+
12+
jobs:
13+
validate-release-notes:
14+
uses: gardener/cc-utils/.github/workflows/validate-release-notes.yaml@master
15+
permissions:
16+
pull-requests: read
17+
with:
18+
pull-request-body: ${{ github.event.pull_request.body }}

0 commit comments

Comments
 (0)