Skip to content

Commit

Permalink
Merge pull request #39 from meysamhadeli/fix/fix-release-drafter-labeler
Browse files Browse the repository at this point in the history
fix: fix release drafter labeler workflow
  • Loading branch information
meysamhadeli authored Nov 3, 2024
2 parents f9e89bf + 9c61c5a commit 4cccfd2
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions .github/workflows/release-drafter.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
name: Release Drafter

on:
push:
branches:
- "main"

jobs:
update-release-draft:
name: Release drafter
runs-on: ubuntu-latest

permissions:
contents: write
steps:
- name: Update Release Draft
uses: release-drafter/release-drafter@v6
id: semantic
with:
config-name: release-drafter.yml
disable-autolabeler: true

env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 4cccfd2

Please sign in to comment.