Skip to content

Commit bce0974

Browse files
committed
enforce changelog entry
1 parent 023c3de commit bce0974

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed
Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
name: Check Changelog
2+
on:
3+
pull_request:
4+
types: [assigned, opened, synchronize, reopened, labeled, unlabeled]
5+
branches:
6+
- main
7+
jobs:
8+
build:
9+
name: Check Actions
10+
runs-on: ubuntu-latest
11+
steps:
12+
- uses: actions/checkout@v1
13+
- name: Changelog check
14+
uses: Zomzog/changelog-checker@v1.2.0
15+
with:
16+
fileName: docs/source/about/changelog.rst
17+
noChangelogLabel: ignore:changelog # default `no changelog`
18+
checkNotification: Simple # default `Detailed`
19+
env:
20+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)