Add change log

This commit is contained in:
Corey Johnson 2019-12-17 14:37:41 -08:00
parent ea91d0d4b9
commit 33bad4098a
9 changed files with 11823 additions and 0 deletions

13
.github/workflows/changelog.yml vendored Normal file
View 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