Skip to content

Commit

Permalink
Merge pull request #39 from Anita-ihuman/drafter/Anita-ihuman/3
Browse files Browse the repository at this point in the history
 Added github action workflow
  • Loading branch information
leecalcote committed Aug 11, 2020
2 parents b50dab7 + d61dd9d commit 06bde8f
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .github/workflows/release-drafter.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
name: Release Drafter

on:
push:
# our release branch
branches:
- master

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:
config-name: release-drafter.yml
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 06bde8f

Please sign in to comment.