Skip to content

Commit 52731c9

Browse files
committed
changelog
1 parent ae765ba commit 52731c9

File tree

2 files changed

+23
-0
lines changed

2 files changed

+23
-0
lines changed

.github/workflows/changelog.yml

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
on:
2+
pull_request_target:
3+
4+
name: Changelog check
5+
6+
jobs:
7+
changelog:
8+
name: Changelog check
9+
runs-on: ubuntu-latest
10+
steps:
11+
- name: Checkout sources
12+
uses: actions/checkout@v3
13+
14+
- name: Changelog updated
15+
uses: Zomzog/changelog-checker@v1.2.0
16+
with:
17+
fileName: CHANGELOG.md
18+
env:
19+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
77

88
## [Unreleased]
99

10+
- Move from bors/manual merge to GH merge queue
11+
- Add tools/check.py python script for local check
12+
- Add changelog check on PRs
13+
1014
## [v0.10.0] - 2022-12-12
1115

1216
- `Timer`: adds `get_interrupt` to `Timer`

0 commit comments

Comments
 (0)