From 8b673291f7795a6d095b0de3babdfeb2a32627b3 Mon Sep 17 00:00:00 2001 From: Alfredo Date: Fri, 24 Apr 2026 01:02:13 +0200 Subject: [PATCH 1/4] Update workflow to specify executor source for script --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 05d41c70a..0a1dcd7b8 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -31,4 +31,4 @@ jobs: printf "%b\n" "$CUSTOM_CONFIG" > config/custom.yaml echo "Use custom config: " cat config/custom.yaml - uv run src/zotero_arxiv_daily/main.py + uv run src/zotero_arxiv_daily/main.py executor.source=arxiv From 3e143e5ed17ec277860ef99c0f7c759e009f3827 Mon Sep 17 00:00:00 2001 From: Alfredo Date: Fri, 24 Apr 2026 01:10:18 +0200 Subject: [PATCH 2/4] Comment out executor debug and source settings Comment out the executor configuration for debugging. --- config/custom.yaml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/config/custom.yaml b/config/custom.yaml index 18b816387..2b61043bf 100644 --- a/config/custom.yaml +++ b/config/custom.yaml @@ -21,6 +21,9 @@ source: arxiv: category: ["cs.AI","cs.CV","cs.LG","cs.CL"] +# executor: +# debug: ${oc.env:DEBUG,null} +# source: ['arxiv'] + executor: - debug: ${oc.env:DEBUG,null} - source: ['arxiv'] + source:arxiv From 400f5c0ac2476019a197990391e0fdf82418cedd Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Thu, 23 Apr 2026 23:17:37 +0000 Subject: [PATCH 3/4] fix: correct invalid executor.source syntax in custom.yaml Agent-Logs-Url: https://github.com/jack-sherman01/zotero-arxiv-daily/sessions/beb7371d-26ab-46ab-a311-4e39b7cc14e4 Co-authored-by: jack-sherman01 <49480649+jack-sherman01@users.noreply.github.com> --- config/custom.yaml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/config/custom.yaml b/config/custom.yaml index 2b61043bf..3a4cc18a2 100644 --- a/config/custom.yaml +++ b/config/custom.yaml @@ -21,9 +21,5 @@ source: arxiv: category: ["cs.AI","cs.CV","cs.LG","cs.CL"] -# executor: -# debug: ${oc.env:DEBUG,null} -# source: ['arxiv'] - executor: - source:arxiv + source: [arxiv] From f9d8f7bcf803e8110987aef746c2560099b43947 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Fri, 1 May 2026 00:27:51 +0000 Subject: [PATCH 4/4] chore: update keep-alive timestamp [skip ci] --- .github/keep-alive.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/keep-alive.txt b/.github/keep-alive.txt index f8afb3283..735c564c5 100644 --- a/.github/keep-alive.txt +++ b/.github/keep-alive.txt @@ -1,2 +1,2 @@ -Last run: 2026-04-01 00:50:11 UTC +Last run: 2026-05-01 00:27:51 UTC This file is automatically updated to keep the repository active and prevent GitHub Actions from disabling scheduled workflows.