Skip to content

Commit

Permalink
Create release-drafter.yml (PreferredAI#534)
Browse files Browse the repository at this point in the history
  • Loading branch information
darrylong committed Oct 23, 2023
1 parent 6cd535e commit b8e8d49
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions .github/workflows/release-drafter.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
name: Release Drafter

on:
push:
branches:
- main
paths-ignore:
- ".github/**"

jobs:
update_release_draft:
runs-on: ubuntu-latest
steps:
- name: Draft release
uses: release-drafter/[email protected]
id: release_drafter
with:
disable-autolabeler: true
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit b8e8d49

Please sign in to comment.