[PR #5157] [MERGED] Add GitHub Actions workflow for automatic code formatting #55089

Closed
opened 2026-05-01 01:38:42 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/actualbudget/actual/pull/5157
Author: @MatissJanis
Created: 6/13/2025
Status: Merged
Merged: 6/14/2025
Merged by: @MatissJanis

Base: masterHead: matiss/autofix


📝 Commits (6)

  • 0369cf2 Add GitHub Actions workflow for automatic code formatting
  • d77337b Rename release notes
  • 1334dea Enhance autofix.yml workflow triggers to include 'opened', 'synchronize', 'reopened', and 'ready_for_review' events
  • 587b6a3 Update autofix.yml
  • 1ad5a43 Merge branch 'master' into matiss/autofix
  • 0354454 Merge branch 'matiss/autofix' of github.com:actualbudget/actual into matiss/autofix

📊 Changes

2 files changed (+29 additions, -0 deletions)

View changed files

.github/workflows/autofix.yml (+23 -0)
upcoming-release-notes/5157.md (+6 -0)

📄 Description

Installed autofix.ci.

Why?

When a PR with lint failing is created - autofix will attempt to patch it and automatically push the patch to the branch. This should make the DX slightly better for newcomers that often run into code formatting issues.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/actualbudget/actual/pull/5157 **Author:** [@MatissJanis](https://github.com/MatissJanis) **Created:** 6/13/2025 **Status:** ✅ Merged **Merged:** 6/14/2025 **Merged by:** [@MatissJanis](https://github.com/MatissJanis) **Base:** `master` ← **Head:** `matiss/autofix` --- ### 📝 Commits (6) - [`0369cf2`](https://github.com/actualbudget/actual/commit/0369cf2093966a8dd5142faaba1395d9a745f1b3) Add GitHub Actions workflow for automatic code formatting - [`d77337b`](https://github.com/actualbudget/actual/commit/d77337b390cf7f310e16c71f906de64cfa334b5d) Rename release notes - [`1334dea`](https://github.com/actualbudget/actual/commit/1334dea70ba622e44a538ae3bb6ad62a9ebb0781) Enhance autofix.yml workflow triggers to include 'opened', 'synchronize', 'reopened', and 'ready_for_review' events - [`587b6a3`](https://github.com/actualbudget/actual/commit/587b6a3026d587251abac9b17162c0914b3f89d0) Update autofix.yml - [`1ad5a43`](https://github.com/actualbudget/actual/commit/1ad5a43d85da1cc0ccd444f2817226ac5c72011f) Merge branch 'master' into matiss/autofix - [`0354454`](https://github.com/actualbudget/actual/commit/0354454b5961421a62c319124c1dddfe469f12bc) Merge branch 'matiss/autofix' of github.com:actualbudget/actual into matiss/autofix ### 📊 Changes **2 files changed** (+29 additions, -0 deletions) <details> <summary>View changed files</summary> ➕ `.github/workflows/autofix.yml` (+23 -0) ➕ `upcoming-release-notes/5157.md` (+6 -0) </details> ### 📄 Description Installed [autofix.ci](https://autofix.ci/). **Why?** When a PR with lint failing is created - autofix will attempt to patch it and automatically push the patch to the branch. This should make the DX slightly better for newcomers that often run into code formatting issues. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2026-05-01 01:38:42 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/actual#55089