Skip to content

Commit

Permalink
release-drafter update (ironcore-dev#54)
Browse files Browse the repository at this point in the history
Signed-off-by: Artem Bortnikov <artem.bortnikov@telekom.com>
  • Loading branch information
aobort authored Apr 11, 2024
1 parent ba2cae5 commit da49715
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/release-drafter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,7 @@ on:
push:
branches:
- main
pull_request:

permissions:
contents: write
pull-requests: write
pull_request_target:

jobs:
update_release_draft:
Expand All @@ -19,5 +15,6 @@ jobs:
with:
disable-releaser: github.ref != 'refs/heads/main'
config-name: release-drafter.yml
commitish: main
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit da49715

Please sign in to comment.