mirror of
https://github.com/actualbudget/actual.git
synced 2026-07-11 10:22:23 -05:00
* [AI] Replace Support contact link with auto-closing tech-support issue template Convert the external Discord "Support" contact link into a proper GitHub issue form so users who skip the redirect still land somewhere useful. The new form has a single "Describe your problem" field and a prominent notice that tech support tickets are auto-closed and Discord is the place to get help. A new workflow watches for the `tech-support` label, posts a friendly Discord pointer and closes the issue, mirroring the existing feature-request auto-close flow. * Add release notes for PR #7670 * [AI] Replace create-or-update-comment action with gh CLI The peter-evans/create-or-update-comment action is unnecessary since GitHub's gh CLI (pre-installed on all GitHub-hosted runners) provides the same functionality natively via 'gh issue comment' and 'gh issue close' commands. This change addresses the zizmor security scanner warning about using an action when the functionality is already included by the runner. Co-authored-by: Matiss Janis Aboltins <MatissJanis@users.noreply.github.com> * Update 7670.md * [AI] Fix formatting in workflow file Co-authored-by: Matiss Janis Aboltins <MatissJanis@users.noreply.github.com> * Update issues-close-tech-support.yml Co-authored-by: Stephen Brown II <Stephen.Brown2@gmail.com> * Update tech-support.yml Co-authored-by: Stephen Brown II <Stephen.Brown2@gmail.com> --------- Co-authored-by: Claude <noreply@anthropic.com> Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: Cursor Agent <cursoragent@cursor.com> Co-authored-by: Matiss Janis Aboltins <MatissJanis@users.noreply.github.com> Co-authored-by: Stephen Brown II <Stephen.Brown2@gmail.com>