Skip to content

Commit b13b134

Browse files
authored
Merge pull request #767 from ellemouton/releaseNotes
docs+scripts+.github: add release notes template and a GH check
2 parents 2714bdc + a9fafeb commit b13b134

28 files changed

+67
-0
lines changed

.github/workflows/main.yml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -243,3 +243,17 @@ jobs:
243243

244244
- name: run check
245245
run: make itest
246+
247+
########################
248+
# check PR updates release notes
249+
########################
250+
release-notes-check:
251+
name: check release notes updated
252+
runs-on: ubuntu-latest
253+
if: '!contains(github.event.pull_request.labels.*.name, ''no-changelog'')'
254+
steps:
255+
- name: git checkout
256+
uses: actions/checkout@v3
257+
258+
- name: release notes check
259+
run: scripts/check-release-notes.sh
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)