From b78df3d1dfbbe3093dd7040969d1f6713a715cd7 Mon Sep 17 00:00:00 2001 From: Daniel Bevenius Date: Fri, 21 Aug 2026 08:57:40 +0200 Subject: [PATCH] ci : move close-issue.yml to .github/workflows [no ci] (#4002) This commit moves the close-issue.yml file to the .github/workflows/ directory. The motivation for this is that it is currently in the root of the repo and is not currently active. Moving it to the workflows directory will make it active and allow it to run. --- close-issue.yml => .github/workflows/close-issue.yml | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename close-issue.yml => .github/workflows/close-issue.yml (100%) diff --git a/close-issue.yml b/.github/workflows/close-issue.yml similarity index 100% rename from close-issue.yml rename to .github/workflows/close-issue.yml