Skip to content

Commit 613a354

Browse files
committed
Add new StaleBranch workflow
1 parent ee7f912 commit 613a354

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/StaleBranch.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,15 @@ permissions:
55

66
on:
77
schedule:
8-
- cron: "0 */6 * * *"
8+
- cron: "0 */12 * * *"
99

1010
workflow_dispatch:
1111

1212

1313
jobs:
1414

1515
stale-branch:
16-
uses: MicrosoftDocs/microsoft-365-docs/.github/workflows/Shared-StaleBranch.yml@workflows-test
16+
uses: MicrosoftDocs/microsoft-365-docs/.github/workflows/Shared-StaleBranch.yml@workflows-prod
1717
with:
1818
PayloadJson: ${{ toJSON(github) }}
1919
RepoBranchSkipList: '[

0 commit comments

Comments
 (0)