Closes Add Probot configs for new apps #63

This commit is contained in:
Larry Smith Jr
2021-04-23 20:56:44 -04:00
parent 506da4707e
commit fddf9804dd
4 changed files with 73 additions and 0 deletions
+17
View File
@@ -0,0 +1,17 @@
name: Release Drafter
on:
push:
# branches to consider in the event; optional, defaults to all
branches:
- main
- 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
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}