Skip to content

Commit 27bb5f7

Browse files
committed
feat: add stale PR dry-run caller
1 parent 615b9d9 commit 27bb5f7

1 file changed

Lines changed: 19 additions & 0 deletions

File tree

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
---
2+
# Temporary repository-local dry-run caller. Organization-wide adoption remains
3+
# owned by tfroot-github after branch-protection-compatible adoption.
4+
name: stale-pull-requests
5+
6+
on:
7+
schedule:
8+
- cron: "17 3 * * *"
9+
workflow_dispatch:
10+
11+
permissions:
12+
contents: read
13+
pull-requests: read
14+
15+
jobs:
16+
stale:
17+
uses: makeitworkcloud/shared-workflows/.github/workflows/_stale-pull-requests.yml@e7560bb511468fd800aedbc783d02950d3dff5ca
18+
with:
19+
dry-run: true

0 commit comments

Comments
 (0)