Skip to content

Commit

Permalink
Use PR labels to generate releases
Browse files Browse the repository at this point in the history
  • Loading branch information
shyamd committed Jun 7, 2021
1 parent 0e57b9b commit b738071
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/testing.yml
Expand Up @@ -107,3 +107,12 @@ jobs:
uses: ridedott/merge-me-action@master
with:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

auto-gen-release:
runs-on: ubuntu-latest
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
steps:
- uses: rymndhng/release-on-push-action@v0.20.0
with:
bump_version_scheme: norelease

0 comments on commit b738071

Please sign in to comment.