Skip to content

Commit ac9cfee

Browse files
ci: enable autolabeler for release drafter (#891)
Co-authored-by: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com>
1 parent 2ccbeb2 commit ac9cfee

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release_drafter.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,13 @@ jobs:
1515
update_release_draft:
1616
permissions:
1717
contents: write
18-
pull-requests: read
18+
pull-requests: write
1919
runs-on: ubuntu-latest
2020
steps:
2121
# Drafts the next Release notes as Pull Requests are merged into "main"
2222
- uses: release-drafter/release-drafter@b1476f6e6eb133afa41ed8589daba6dc69b4d3f5 # v6.1.0
2323
with:
2424
config-name: release-drafter.yml
25-
disable-autolabeler: true
25+
disable-autolabeler: false
2626
env:
2727
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)