mirror of
https://github.com/MicrosoftDocs/windows-itpro-docs.git
synced 2025-05-12 05:17:22 +00:00
20 lines
416 B
YAML
20 lines
416 B
YAML
name: (Scheduled) Mark stale pull requests
|
|
|
|
permissions:
|
|
issues: write
|
|
pull-requests: write
|
|
|
|
on:
|
|
schedule:
|
|
- cron: "0 */6 * * *"
|
|
workflow_dispatch:
|
|
|
|
jobs:
|
|
stale:
|
|
uses: MicrosoftDocs/microsoft-365-docs/.github/workflows/Shared-Stale.yml@workflows-prod
|
|
with:
|
|
RunDebug: true
|
|
RepoVisibility: ${{ github.repository_visibility }}
|
|
secrets:
|
|
AccessToken: ${{ secrets.GITHUB_TOKEN }}
|