mirror of
https://github.com/actualbudget/actual.git
synced 2026-03-22 00:13:45 -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
|
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
|
||||||
|
|||||||
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