🐛 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
permissions:
contents: write
pull-requests: read
issues: read
pull-requests: write
issues: write
steps:
- name: Checkout repository