Skip to content

Commit

Permalink
Fix release drafter
Browse files Browse the repository at this point in the history
  • Loading branch information
guizmaii committed Oct 9, 2023
1 parent ee9a840 commit 07b0378
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/draft.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,17 @@ on:
push:
branches:
- main

pull_request:
types: [opened, reopened, synchronize]

permissions:
contents: read

jobs:
update_release_draft:
permissions:
contents: write
pull-requests: write
runs-on: ubuntu-latest
steps:
- uses: release-drafter/[email protected]
Expand Down

0 comments on commit 07b0378

Please sign in to comment.