Skip to content
Merged
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
19 changes: 19 additions & 0 deletions .github/workflows/stale-pull-requests.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
---
# Temporary repository-local dry-run caller. Organization-wide adoption remains
# owned by tfroot-github after branch-protection-compatible adoption.
name: stale-pull-requests

on:
schedule:
- cron: "17 3 * * *"
workflow_dispatch:

permissions:
contents: read
pull-requests: read

jobs:
stale:
uses: makeitworkcloud/shared-workflows/.github/workflows/_stale-pull-requests.yml@e7560bb511468fd800aedbc783d02950d3dff5ca
with:
dry-run: true
Loading