Skip to content

Commit 958e3eb

Browse files
matthew29tangcopybara-github
authored andcommitted
chore: Enable manual triggering for stale issue workflows on Python Agentplatform Repo
PiperOrigin-RevId: 932670039
1 parent 17cf920 commit 958e3eb

2 files changed

Lines changed: 4 additions & 3 deletions

File tree

.github/workflows/google-contributor-stale.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ name: Close inactive google-contributor PRs
44
on:
55
schedule:
66
- cron: "30 2 * * *"
7+
workflow_dispatch: {}
78

89
jobs:
910
stale:

.github/workflows/stale.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,12 @@ name: Mark and close stale issues
33

44
on:
55
schedule:
6-
# Scheduled to run at 1:30 UTC everyday
7-
- cron: '30 1 * * *'
6+
# Scheduled to run at 1:30 UTC everyday
7+
- cron: '30 1 * * *'
8+
workflow_dispatch: {}
89

910
jobs:
1011
stale:
11-
1212
runs-on: ubuntu-latest
1313
permissions:
1414
issues: write

0 commit comments

Comments
 (0)