Skip to content

Commit

Permalink
feat: add draft workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
NotPeopling2day committed Dec 19, 2023
1 parent 5805ade commit f532089
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 37 deletions.
19 changes: 19 additions & 0 deletions .github/draft.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
name: Release Drafter

on:
push:
branches:
- main

jobs:
update-draft:
runs-on: ubuntu-latest
permissions:
contents: write
steps:
# Drafts your next Release notes as Pull Requests are merged into "main"
- uses: release-drafter/release-drafter@v5
with:
disable-autolabeler: true
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
37 changes: 0 additions & 37 deletions .github/release-drafter.yml

This file was deleted.

0 comments on commit f532089

Please sign in to comment.