[PR #6229] [CLOSED] Fix PR auto-assign workflow for fork PRs #36590

Closed
opened 2026-04-20 23:26:36 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

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

Base: masterHead: matiss/fix-pr-auto-assign-forks


📝 Commits (1)

  • 316c76d Fix PR auto-assign workflow for fork PRs

📊 Changes

3 files changed (+151 additions, -14 deletions)

View changed files

📝 .github/actions/pr-auto-assign/assign-maintainer.js (+73 -7)
📝 .github/workflows/pr-auto-assign.yml (+72 -7)
upcoming-release-notes/6229.md (+6 -0)

📄 Description

The auto assign workflow does not currently work on PRs coming from forks. See example here: https://github.com/actualbudget/actual/actions/runs/19598408338/job/56126313645?pr=6222

This PR is an attempt to fix this.


🔄 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/6229 **Author:** [@MatissJanis](https://github.com/MatissJanis) **Created:** 11/22/2025 **Status:** ❌ Closed **Base:** `master` ← **Head:** `matiss/fix-pr-auto-assign-forks` --- ### 📝 Commits (1) - [`316c76d`](https://github.com/actualbudget/actual/commit/316c76df6c5bd9fe65f25543129b70612fdf8c02) Fix PR auto-assign workflow for fork PRs ### 📊 Changes **3 files changed** (+151 additions, -14 deletions) <details> <summary>View changed files</summary> 📝 `.github/actions/pr-auto-assign/assign-maintainer.js` (+73 -7) 📝 `.github/workflows/pr-auto-assign.yml` (+72 -7) ➕ `upcoming-release-notes/6229.md` (+6 -0) </details> ### 📄 Description The auto assign workflow does not currently work on PRs coming from forks. See example here: https://github.com/actualbudget/actual/actions/runs/19598408338/job/56126313645?pr=6222 This PR is an attempt to fix this. --- <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-04-20 23:26:36 -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#36590