Skip to content

Commit 997c313

Browse files
authored
Merge pull request #852 from MicrosoftDocs/dstrome-stalebranch
Update stale branch workflow to run on 1st of the month at 9am UTC
2 parents b244452 + 69d46c2 commit 997c313

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Diff for: .github/workflows/StaleBranch.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@ permissions:
55

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

10-
workflow_dispatch:
10+
# workflow_dispatch:
1111

1212

1313
jobs:
@@ -21,6 +21,6 @@ jobs:
2121
"ExampleBranch1",
2222
"ExampleBranch2"
2323
]'
24-
ReportOnly: true
24+
ReportOnly: false
2525
secrets:
2626
AccessToken: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)