Skip to content

Commit 85e3f99

Browse files
authored
Merge pull request #1128 from MicrosoftDocs/dstrome-automerge-0326
Update AutoPublish workflow to enable auto-merge of pull-requests
2 parents 242879c + 6064186 commit 85e3f99

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

.github/workflows/AutoPublish.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
12
name: (Scheduled) Publish to live
23

34
permissions:
@@ -7,8 +8,8 @@ permissions:
78

89
on:
910
schedule:
10-
# - cron: "25 2,5,8,11,14,17,20,22 * * *" # Times are UTC based on Daylight Saving Time (~Mar-Nov). Scheduling at :25 to account for queuing lag.
11-
- cron: "25 3,6,9,12,15,18,21,23 * * *" # Times are UTC based on Standard Time (~Nov-Mar). Scheduling at :25 to account for queuing lag.
11+
- cron: "25 2,5,8,11,14,17,20,22 * * *" # Times are UTC based on Daylight Saving Time (~Mar-Nov). Scheduling at :25 to account for queuing lag.
12+
# - cron: "25 3,6,9,12,15,18,21,23 * * *" # Times are UTC based on Standard Time (~Nov-Mar). Scheduling at :25 to account for queuing lag.
1213

1314
workflow_dispatch:
1415

@@ -25,4 +26,4 @@ jobs:
2526
secrets:
2627
AccessToken: ${{ secrets.GITHUB_TOKEN }}
2728
PrivateKey: ${{ secrets.M365_APP_PRIVATE_KEY }}
28-
ClientId: ${{ secrets.M365_APP_CLIENT_ID }}
29+
ClientId: ${{ secrets.M365_APP_CLIENT_ID }}

0 commit comments

Comments
 (0)