Skip to content

Commit

Permalink
Fix release-drafter.yml (#9)
Browse files Browse the repository at this point in the history
  • Loading branch information
guizmaii authored Aug 29, 2023
1 parent ca707dd commit 463a3b8
Showing 1 changed file with 11 additions and 2 deletions.
13 changes: 11 additions & 2 deletions .github/workflows/release-drafter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,20 @@ name: Release Drafter

on:
push:
branches: ['main']
branches:
- main
pull_request:
types: [opened, reopened, synchronize]

permissions:
contents: read

jobs:
update_release_draft:
runs-on: ubuntu-20.04
permissions:
contents: write
pull-requests: write
runs-on: ubuntu-latest
steps:
- uses: release-drafter/release-drafter@v5
env:
Expand Down

0 comments on commit 463a3b8

Please sign in to comment.