Skip to content

Commit

Permalink
Enable release-drafter to auto-label PRs (#120)
Browse files Browse the repository at this point in the history
This is useful for the draft releases to be categorized better.
  • Loading branch information
markusthoemmes authored Jul 30, 2024
1 parent 5ba86f9 commit 5c95e0e
Showing 1 changed file with 3 additions and 8 deletions.
11 changes: 3 additions & 8 deletions .github/workflows/release-drafter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,19 +4,14 @@ on:
push:
branches:
- main
pull_request_target:
types:
- edited
- opened
- reopened
- synchronize
workflow_dispatch:
pull_request:
types: [opened, reopened, synchronize]

jobs:
update_release_draft:
permissions:
contents: write
pull-requests: read
pull-requests: write
runs-on: ubuntu-latest
steps:
- name: "Draft Release"
Expand Down

0 comments on commit 5c95e0e

Please sign in to comment.