From 00091fda604f9214e9a349bfbbe68d1e006ed454 Mon Sep 17 00:00:00 2001 From: Jeremiah Russell Date: Mon, 12 Jan 2026 22:19:01 +0000 Subject: [PATCH 1/2] ci: enable update_pcu in label job to test fix Temporarily enable update_pcu to install pcu from GitHub main branch to test the fix for the label_next_pr filter bug. Signed-off-by: Jeremiah Russell Co-Authored-By: Claude Opus 4.5 Signed-off-by: Jeremiah Russell --- .circleci/config.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.circleci/config.yml b/.circleci/config.yml index 4545624..995cd22 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -52,6 +52,7 @@ workflows: - toolkit/label: min_rust_version: << pipeline.parameters.min_rust_version >> context: pcu-app + update_pcu: true filters: branches: only: From 72b9acb436a38166b43cff3df6d1d7cb7aa2c085 Mon Sep 17 00:00:00 2001 From: Jerus Bot <171541392+jerus-bot@users.noreply.github.com> Date: Mon, 12 Jan 2026 22:22:21 +0000 Subject: [PATCH 2/2] chore: update prlog for pr Signed-off-by: Jerus Bot <171541392+jerus-bot@users.noreply.github.com> --- PRLOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/PRLOG.md b/PRLOG.md index 29b627b..b10d8e5 100644 --- a/PRLOG.md +++ b/PRLOG.md @@ -17,6 +17,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - ♻️ refactor(cli)-rename rule management subcommands for clarity(pr [#113]) - 🔧 chore(dependencies)-clap test and tidy ups(pr [#114]) +- ci-enable update_pcu in label job to test fix(pr [#135]) ### Fixed @@ -391,6 +392,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 [#125]: https://github.com/jerus-org/cull-gmail/pull/125 [#126]: https://github.com/jerus-org/cull-gmail/pull/126 [#129]: https://github.com/jerus-org/cull-gmail/pull/129 +[#135]: https://github.com/jerus-org/cull-gmail/pull/135 [Unreleased]: https://github.com/jerus-org/cull-gmail/compare/v0.0.16...HEAD [0.0.16]: https://github.com/jerus-org/cull-gmail/compare/v0.0.15...v0.0.16 [0.0.15]: https://github.com/jerus-org/cull-gmail/compare/v0.0.14...v0.0.15