From ca1a97fdedbebe3dff9f05babfe0363ba299beca Mon Sep 17 00:00:00 2001 From: CleverThis Date: Tue, 5 May 2026 09:50:36 +0000 Subject: [PATCH 1/2] docs: remove duplicate HAL 9000 entry from CONTRIBUTORS.md The CONTRIBUTORS.md file contained a duplicate entry for HAL 9000 (hal9000@cleverthis.com) that was introduced in a prior commit. This removes the duplicate to keep the contributors list clean and accurate. ISSUES CLOSED: #6852 --- CONTRIBUTORS.md | 1 - 1 file changed, 1 deletion(-) diff --git a/CONTRIBUTORS.md b/CONTRIBUTORS.md index 1ce843171..30313ad8f 100644 --- a/CONTRIBUTORS.md +++ b/CONTRIBUTORS.md @@ -7,7 +7,6 @@ * Jeffrey Phillips Freeman * Luis Mendes * Rui Hu -* HAL 9000 # Details -- 2.52.0 From d98b43a5a67b4f4adc46047902a2cef8ea1d0d76 Mon Sep 17 00:00:00 2001 From: CleverAgents Bot Date: Wed, 10 Jun 2026 20:24:31 -0400 Subject: [PATCH 2/2] ci: stop master workflow on PR updates Remove the stale pull_request trigger from master.yml so PR branch commits do not launch the master workflow. Maintenance patch for PR #5832. --- .forgejo/workflows/master.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.forgejo/workflows/master.yml b/.forgejo/workflows/master.yml index 7c959ba40..ccdede22d 100644 --- a/.forgejo/workflows/master.yml +++ b/.forgejo/workflows/master.yml @@ -3,8 +3,6 @@ name: CI on: push: branches: [master, develop] - pull_request: - branches: [master, develop] vars: docker_prefix: "http://harbor.cleverthis.com/docker/" -- 2.52.0