[PR #5768] [CLOSED] [WIP] Add wip prefix and comment to PRs #6106

Closed
opened 2026-02-28 21:24:01 -06:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/actualbudget/actual/pull/5768
Author: @MatissJanis
Created: 9/22/2025
Status: Closed

Base: masterHead: cursor/add-wip-prefix-and-comment-to-prs-d78d


📝 Commits (2)

  • 4b58394 feat: Add WIP prefix to PRs with bot comment
  • b44da70 Refactor: Consolidate WIP prefix logic into autofix workflow

📊 Changes

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

View changed files

📝 .github/workflows/autofix.yml (+12 -0)
.github/workflows/pr-wip-prefix.yml (+11 -0)

📄 Description

This PR introduces a new GitHub workflow that automatically adds a [WIP] prefix to newly opened PRs and posts a comment explaining the purpose of the prefix. This fulfills the request to provide context to contributors when their PRs are marked as Work In Progress. The comment is only added if the [WIP] prefix was not already present in the PR title.


Open in Cursor Open in Web


🔄 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/5768 **Author:** [@MatissJanis](https://github.com/MatissJanis) **Created:** 9/22/2025 **Status:** ❌ Closed **Base:** `master` ← **Head:** `cursor/add-wip-prefix-and-comment-to-prs-d78d` --- ### 📝 Commits (2) - [`4b58394`](https://github.com/actualbudget/actual/commit/4b58394cb68f5d71de652ea797bddc0d477c503a) feat: Add WIP prefix to PRs with bot comment - [`b44da70`](https://github.com/actualbudget/actual/commit/b44da7066c6e5b97f894b9e7a33c4f04cd3071bb) Refactor: Consolidate WIP prefix logic into autofix workflow ### 📊 Changes **2 files changed** (+23 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `.github/workflows/autofix.yml` (+12 -0) ➕ `.github/workflows/pr-wip-prefix.yml` (+11 -0) </details> ### 📄 Description <!-- Thank you for submitting a pull request! Make sure to follow the instructions to write release notes for your PR — it should only take a minute or two: https://github.com/actualbudget/docs#writing-good-release-notes. Try running yarn generate:release-notes *before* pushing your PR for an interactive experience. --> This PR introduces a new GitHub workflow that automatically adds a `[WIP]` prefix to newly opened PRs and posts a comment explaining the purpose of the prefix. This fulfills the request to provide context to contributors when their PRs are marked as Work In Progress. The comment is only added if the `[WIP]` prefix was not already present in the PR title. --- <a href="https://cursor.com/background-agent?bcId=bc-232577c2-a349-4cf4-a1ae-599c34b29b89"><picture><source media="(prefers-color-scheme: dark)" srcset="https://cursor.com/open-in-cursor-dark.svg"><source media="(prefers-color-scheme: light)" srcset="https://cursor.com/open-in-cursor-light.svg"><img alt="Open in Cursor" src="https://cursor.com/open-in-cursor.svg"></picture></a>&nbsp;<a href="https://cursor.com/agents?id=bc-232577c2-a349-4cf4-a1ae-599c34b29b89"><picture><source media="(prefers-color-scheme: dark)" srcset="https://cursor.com/open-in-web-dark.svg"><source media="(prefers-color-scheme: light)" srcset="https://cursor.com/open-in-web-light.svg"><img alt="Open in Web" src="https://cursor.com/open-in-web.svg"></picture></a> --- <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-02-28 21:24:01 -06:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/actual#6106