Merge pull request #10270 from MicrosoftDocs/dstrome-patch-1

Set stale debug to false
This commit is contained in:
David Strome
2024-09-30 10:56:33 -07:00
committed by GitHub

View File

@ -13,7 +13,7 @@ jobs:
stale:
uses: MicrosoftDocs/microsoft-365-docs/.github/workflows/Shared-Stale.yml@workflows-prod
with:
RunDebug: true
RunDebug: false
RepoVisibility: ${{ github.repository_visibility }}
secrets:
AccessToken: ${{ secrets.GITHUB_TOKEN }}