Skip to content

Commit 92c3d25

Browse files
committed
add dates to changelog entries + enforce changelog entry per PR
1 parent 023c3de commit 92c3d25

File tree

5 files changed

+178
-121
lines changed

5 files changed

+178
-121
lines changed
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/[email protected]
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 }}

docs/source/_custom_js/package-lock.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)