Skip to content

Commit

Permalink
Added github action workflow
Browse files Browse the repository at this point in the history
Signed-off-by: anita-ihuman <[email protected]>
  • Loading branch information
Anita-ihuman committed Aug 11, 2020
1 parent b50dab7 commit d61dd9d
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 d61dd9d

Please sign in to comment.