Skip to content

Commit c4fb8b0

Browse files
add changelog generator pipeline
1 parent 0c2f9b2 commit c4fb8b0

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

.github/changelog.yml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
name: Changelog Generator
2+
on:
3+
pull_request:
4+
branches:
5+
- master
6+
types: [opened, reopened, synchronize]
7+
8+
jobs:
9+
changelog:
10+
name: Chanegelog Generator
11+
runs-on: ubuntu-latest
12+
steps:
13+
- uses: actions/checkout@v2
14+
- uses: etcdigital/pull-request-changelog@master
15+
with:
16+
token: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)