Skip to content

Commit

Permalink
Add autolabeler support for workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
insspb committed Jun 6, 2022
1 parent ec58a71 commit d5d2120
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/release-drafter.yml
Expand Up @@ -4,9 +4,18 @@ on:
push:
branches:
- master
# autolabeler
pull_request:
types:
- opened
- reopened
- synchronize

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

0 comments on commit d5d2120

Please sign in to comment.