From 958e3eb11b119dd3b502db1ee5d9b861432146f7 Mon Sep 17 00:00:00 2001 From: Matthew Tang Date: Mon, 15 Jun 2026 14:30:59 -0700 Subject: [PATCH] chore: Enable manual triggering for stale issue workflows on Python Agentplatform Repo PiperOrigin-RevId: 932670039 --- .github/workflows/google-contributor-stale.yml | 1 + .github/workflows/stale.yml | 6 +++--- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/.github/workflows/google-contributor-stale.yml b/.github/workflows/google-contributor-stale.yml index a8fc092672..9cc4d85277 100644 --- a/.github/workflows/google-contributor-stale.yml +++ b/.github/workflows/google-contributor-stale.yml @@ -4,6 +4,7 @@ name: Close inactive google-contributor PRs on: schedule: - cron: "30 2 * * *" + workflow_dispatch: {} jobs: stale: diff --git a/.github/workflows/stale.yml b/.github/workflows/stale.yml index 5fdcb436f9..f1ab93d7e6 100644 --- a/.github/workflows/stale.yml +++ b/.github/workflows/stale.yml @@ -3,12 +3,12 @@ name: Mark and close stale issues on: schedule: - # Scheduled to run at 1:30 UTC everyday - - cron: '30 1 * * *' + # Scheduled to run at 1:30 UTC everyday + - cron: '30 1 * * *' + workflow_dispatch: {} jobs: stale: - runs-on: ubuntu-latest permissions: issues: write