[PR #2900] [CLOSED] [WIP] Replace trafico with github actions #34773

Closed
opened 2026-04-20 21:53:41 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/actualbudget/actual/pull/2900
Author: @matt-fidd
Created: 6/18/2024
Status: Closed

Base: masterHead: github-actions


📝 Commits (5)

  • beae506 replace wip workflow
  • 780326e add workflow to handle changing WIP/RFR labels when title edited
  • 7e5c097 add workflow to remove labels from prs when closed
  • 632a0a4 move to pull_request_target trigger
  • 651f324 release note

📊 Changes

5 files changed (+106 additions, -27 deletions)

View changed files

.github/workflows/pr-closed-remove-labels.yml (+28 -0)
.github/workflows/pr-edited-title-change-labels.yml (+37 -0)
.github/workflows/pr-opened-add-wip.yml (+35 -0)
.github/workflows/wip.yml (+0 -27)
upcoming-release-notes/2900.md (+6 -0)

📄 Description

From discussion in #2076

The trafico bot has been down for a little while meaning that PRs aren't being properly labelled, this PR aims to replace the bot with github workflows and expand the functionality to include more automatic statuses.


🔄 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/2900 **Author:** [@matt-fidd](https://github.com/matt-fidd) **Created:** 6/18/2024 **Status:** ❌ Closed **Base:** `master` ← **Head:** `github-actions` --- ### 📝 Commits (5) - [`beae506`](https://github.com/actualbudget/actual/commit/beae5069fbe5e162ecb1b7a15cd2d19a3802e536) replace wip workflow - [`780326e`](https://github.com/actualbudget/actual/commit/780326e09f19bbd240cf46f80422251a8f67f2c1) add workflow to handle changing WIP/RFR labels when title edited - [`7e5c097`](https://github.com/actualbudget/actual/commit/7e5c097ec9410eea034eec7e3317654ccacfc822) add workflow to remove labels from prs when closed - [`632a0a4`](https://github.com/actualbudget/actual/commit/632a0a4111465ccb3bd501f6b42f21ad23ce41fd) move to pull_request_target trigger - [`651f324`](https://github.com/actualbudget/actual/commit/651f324bc247395205128c8ca1f1337191003822) release note ### 📊 Changes **5 files changed** (+106 additions, -27 deletions) <details> <summary>View changed files</summary> ➕ `.github/workflows/pr-closed-remove-labels.yml` (+28 -0) ➕ `.github/workflows/pr-edited-title-change-labels.yml` (+37 -0) ➕ `.github/workflows/pr-opened-add-wip.yml` (+35 -0) ➖ `.github/workflows/wip.yml` (+0 -27) ➕ `upcoming-release-notes/2900.md` (+6 -0) </details> ### 📄 Description From discussion in #2076 The trafico bot has been down for a little while meaning that PRs aren't being properly labelled, this PR aims to replace the bot with github workflows and expand the functionality to include more automatic statuses. --- <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 21:53:41 -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#34773