Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .github/workflows/google-contributor-stale.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ name: Close inactive google-contributor PRs
on:
schedule:
- cron: "30 2 * * *"
workflow_dispatch: {}

jobs:
stale:
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/stale.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Loading