Skip to content

Commit 843475e

Browse files
Merge #500
500: Add CHANGELOG.md entry checker to GHA workflows r=adamgreig a=therealprof r? @adamgreig Signed-off-by: Daniel Egger <[email protected]> Co-authored-by: Daniel Egger <[email protected]>
2 parents 5f8c24e + be1eeef commit 843475e

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-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:
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@v2
13+
14+
- name: Changelog updated
15+
uses: Zomzog/[email protected]
16+
with:
17+
fileName: CHANGELOG.md
18+
env:
19+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)