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/).
7
7
8
8
## [ Unreleased]
9
9
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
+
10
14
## [ v0.10.0] - 2022-12-12
11
15
12
16
- ` Timer ` : adds ` get_interrupt ` to ` Timer `
You can’t perform that action at this time.
0 commit comments