Skip to content

Commit a2d69ad

Browse files
authored
Merge pull request #12641 from MicrosoftDocs/dstrome-stalebranch
Update stale branch workflow to run on 1st of the month at 9am UTC
2 parents b28d0b1 + 2d2d5d9 commit a2d69ad

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.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)