We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 673c989 commit 64fa48cCopy full SHA for 64fa48c
.github/workflows/StaleBranch.yml
@@ -5,15 +5,15 @@ permissions:
5
6
on:
7
schedule:
8
- - cron: "0 */6 * * *"
+ - cron: "0 */12 * * *"
9
10
workflow_dispatch:
11
12
13
jobs:
14
15
stale-branch:
16
- uses: MicrosoftDocs/microsoft-365-docs/.github/workflows/Shared-StaleBranch.yml@workflows-test
+ uses: MicrosoftDocs/microsoft-365-docs/.github/workflows/Shared-StaleBranch.yml@workflows-prod
17
with:
18
PayloadJson: ${{ toJSON(github) }}
19
RepoBranchSkipList: '[
0 commit comments