File tree Expand file tree Collapse file tree 2 files changed +23
-0
lines changed Expand file tree Collapse file tree 2 files changed +23
-0
lines changed Original file line number Diff line number Diff line change 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 }}
Original file line number Diff line number Diff 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 `
You can’t perform that action at this time.
0 commit comments