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
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
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,10 @@ exactly that versioned section and publishes it as the GitHub Release body.

## Unreleased

### Added

- A read-only scheduled dry run that reports stale pull request candidates without changing NetworkManager or Cloudflare DNS configuration.

## [1.1.0] - 2026-09-02

### Added
Expand Down
Loading