Skip to content

Commit 4efd45a

Browse files
authored
Merge pull request #1231 from o1-labs/dw/add-changelog-ci-check
CI: add a check for checklog changes on PR
2 parents 90684c2 + f0b640f commit 4efd45a

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

.github/workflows/changelog.yaml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
name: CHANGELOG related checks per pull requests
2+
on:
3+
pull_request:
4+
types: [assigned, opened, synchronize, reopened, labeled, unlabeled]
5+
branches:
6+
- develop
7+
8+
jobs:
9+
check-changelog:
10+
name: Check changelog action
11+
runs-on: ubuntu-latest
12+
steps:
13+
- uses: tarides/changelog-check-action@v2
14+
with:
15+
changelog: CHANGELOG.md

0 commit comments

Comments
 (0)