Add change log
This commit is contained in:
parent
ea91d0d4b9
commit
33bad4098a
9 changed files with 11823 additions and 0 deletions
13
.github/workflows/changelog.yml
vendored
Normal file
13
.github/workflows/changelog.yml
vendored
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
name: Changelog
|
||||
|
||||
on:
|
||||
pull_request:
|
||||
types: [closed]
|
||||
|
||||
jobs:
|
||||
build:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Pull request merged
|
||||
if: github.event.pull_request.merged == true
|
||||
run: echo merged
|
||||
Loading…
Add table
Add a link
Reference in a new issue