From d080fc23b0e149dc515bf564fc7c1ba3a32ab3e0 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Mon, 26 Jan 2026 07:23:46 +0000 Subject: [PATCH 1/2] Initial plan From cbc87091aed10be06b7b0ffa8141a819e587a057 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Mon, 26 Jan 2026 07:26:00 +0000 Subject: [PATCH 2/2] Restore schedule and workflow_dispatch conditions for stale jobs Co-authored-by: chicco785 <777218+chicco785@users.noreply.github.com> --- .github/workflows/add-to-project.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/add-to-project.yaml b/.github/workflows/add-to-project.yaml index c6e3b6ad..497157ac 100644 --- a/.github/workflows/add-to-project.yaml +++ b/.github/workflows/add-to-project.yaml @@ -154,7 +154,7 @@ jobs: manage-stale-issues: name: Manage Stale Unplanned Issues runs-on: ubuntu-latest - if: github.event_name == 'workflow_call' + if: github.event_name == 'schedule' || github.event_name == 'workflow_dispatch' || github.event_name == 'workflow_call' permissions: issues: write repository-projects: read @@ -411,7 +411,7 @@ jobs: sync-priority: name: Sync Priority Label runs-on: ubuntu-latest - if: github.event_name == 'workflow_call' + if: github.event_name == 'schedule' || github.event_name == 'workflow_dispatch' || github.event_name == 'workflow_call' permissions: issues: write repository-projects: read