mirror of
https://github.com/actualbudget/actual.git
synced 2026-04-30 18:20:24 -05:00
🐛 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:
@@ -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
|
||||
|
||||
7
upcoming-release-notes/5200.md
Normal file
7
upcoming-release-notes/5200.md
Normal file
@@ -0,0 +1,7 @@
|
||||
---
|
||||
category: Bugfix
|
||||
authors: [lelemm]
|
||||
---
|
||||
|
||||
Elevate permissions for GitHub Actions to enable release note generation and commenting functionality.
|
||||
|
||||
Reference in New Issue
Block a user