We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ae765ba commit 52731c9Copy full SHA for 52731c9
.github/workflows/changelog.yml
@@ -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/[email protected]
16
+ with:
17
+ fileName: CHANGELOG.md
18
+ env:
19
+ GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
CHANGELOG.md
@@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
## [Unreleased]
+- Move from bors/manual merge to GH merge queue
+- Add tools/check.py python script for local check
+- Add changelog check on PRs
## [v0.10.0] - 2022-12-12
- `Timer`: adds `get_interrupt` to `Timer`
0 commit comments