mirror of
https://github.com/MicrosoftDocs/windows-itpro-docs.git
synced 2025-05-12 05:17:22 +00:00
New Stale workflow
This commit is contained in:
parent
502ecd2268
commit
cb9008b795
19
.github/workflows/Stale.yml
vendored
Normal file
19
.github/workflows/Stale.yml
vendored
Normal 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 }}
|
Loading…
x
Reference in New Issue
Block a user