From cd95fb057c78300707dac9b1592bd0d4e50b8ce7 Mon Sep 17 00:00:00 2001 From: Cory Bullinger Date: Mon, 2 Feb 2026 16:49:05 -0500 Subject: [PATCH 1/2] fix: move .drone.yml to repository root Drone expects the configuration file at the root of the repository. All paths in the file already reference github-metrics/ as a subdirectory, so no other changes are needed. --- github-metrics/.drone.yml => .drone.yml | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename github-metrics/.drone.yml => .drone.yml (100%) diff --git a/github-metrics/.drone.yml b/.drone.yml similarity index 100% rename from github-metrics/.drone.yml rename to .drone.yml From 64845d7300461136f2fdb3c7e350d6ca6add199d Mon Sep 17 00:00:00 2001 From: Cory Bullinger Date: Mon, 2 Feb 2026 16:50:54 -0500 Subject: [PATCH 2/2] chore: clean up test comment --- github-metrics/index.js | 1 - 1 file changed, 1 deletion(-) diff --git a/github-metrics/index.js b/github-metrics/index.js index 8f5074f..0f6df2b 100644 --- a/github-metrics/index.js +++ b/github-metrics/index.js @@ -47,7 +47,6 @@ async function processRepos() { } // Main execution -// Test Drone pipeline integration async function main() { console.log('🚀 GitHub Metrics Collection Starting...');