New Stale workflow

This commit is contained in:
David Strome 2024-09-25 14:26:03 -07:00 committed by GitHub
parent 502ecd2268
commit cb9008b795
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

19
.github/workflows/Stale.yml vendored Normal file
View File

@ -0,0 +1,19 @@
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 }}