Skip to content

Commit

Permalink
add some more github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
DomAmato committed Jul 11, 2020
1 parent 12f485e commit a8d78d3
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 1 deletion.
21 changes: 21 additions & 0 deletions .github/workflows/changelog.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
name: Changelog Drafter

on:
push
# on:
# push:
# # develop is our tracking branch
# branches:
# - develop

jobs:
update_release_draft:
runs-on: ubuntu-latest
steps:
# Drafts your next Release notes as Pull Requests are merged into "master"
- uses: release-drafter/release-drafter@v5
with:
# (Optional) specify config name to use, relative to .github/. Default: release-drafter.yml
config-name: changelog-drafter.yml
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
2 changes: 1 addition & 1 deletion .github/workflows/testlint.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Python package
name: Python Test and Lint

on: [push]

Expand Down

0 comments on commit a8d78d3

Please sign in to comment.