stale-pull-requests #6
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| --- | ||
| # 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: | ||
|
Check failure on line 16 in .github/workflows/stale-pull-requests.yml
|
||
| uses: makeitworkcloud/shared-workflows/.github/workflows/_stale-pull-requests.yml@e7560bb511468fd800aedbc783d02950d3dff5ca | ||
| with: | ||
| dry-run: true | ||