🐛 Fix to AI generated release note (#5200)

* AI Generated release notes

* lint

* removedverbose console.log

* wrong permission to PR's

* missing write to issues

* Add release notes for PR #5200

---------

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
This commit is contained in:
lelemm
2025-06-19 20:46:22 -03:00
committed by GitHub
parent 667cc24fac
commit 15beba2ca3
2 changed files with 9 additions and 2 deletions

View File

@@ -12,8 +12,8 @@ jobs:
timeout-minutes: 10 timeout-minutes: 10
permissions: permissions:
contents: write contents: write
pull-requests: read pull-requests: write
issues: read issues: write
steps: steps:
- name: Checkout repository - name: Checkout repository

View File

@@ -0,0 +1,7 @@
---
category: Bugfix
authors: [lelemm]
---
Elevate permissions for GitHub Actions to enable release note generation and commenting functionality.