Skip to content

Commit

Permalink
Merge pull request #879 from MicrosoftDocs/main
Browse files Browse the repository at this point in the history
Publish main to live 09/30/2024, 3:30 PM
  • Loading branch information
garycentric authored Sep 30, 2024
2 parents 0637d3e + db78850 commit 64be7ea
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions .github/workflows/Stale.yml
Original file line number Diff line number Diff line change
@@ -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: false
RepoVisibility: ${{ github.repository_visibility }}
secrets:
AccessToken: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 64be7ea

Please sign in to comment.