Skip to content

Commit

Permalink
add release drafter workflow (via allure-framework#460)
Browse files Browse the repository at this point in the history
  • Loading branch information
sseliverstov authored Jan 25, 2020
1 parent e54b92c commit e7ee33e
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/workflows/release-drafter.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
name: release draft

on:
push:
branches:
- master

jobs:
update_draft_release:
runs-on: ubuntu-latest
steps:
- uses: toolmantim/release-drafter@v5.2.0
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit e7ee33e

Please sign in to comment.