You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .acrolinx-config.edn
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -39,7 +39,7 @@ For more information about the exception criteria and exception process, see [Mi
39
39
40
40
Select the total score link to review all feedback on clarity, consistency, tone, brand, terms, spelling, grammar, readability, and inclusive language. _You should fix all spelling errors regardless of your total score_. Fixing spelling errors helps maintain customer trust in overall content quality.
41
41
42
-
| Article | Total score<br>(Required: 80) | Words + phrases<br>(Brand, terms) | Correctness<br>(Spelling, grammar) | Clarity<br>(Readability) |
42
+
| Article | Total score<br>(Required: 80) | Terminology | Spelling and Grammar | Clarity<br>(Readability) |
@@ -2,11 +2,19 @@ name: (Scheduled) M365 Endpoints includes automation
2
2
3
3
permissions:
4
4
contents: write
5
+
pull-requests: write
5
6
actions: read
6
7
8
+
# Reduced the number of run times per day to three and changed to run only Mon-Fri since those are the days we have publishing. No point running on weekends.
9
+
# Tried to reflect PDT/PST. There will be a couple weeks during the changeover months where time will be off an hour.
7
10
on:
8
-
# schedule:
9
-
# - cron: "0 */6 * * *"
11
+
schedule:
12
+
### PST ###
13
+
- cron: "45 17,22 * 11,12,1,2 1-5"# 09:45 & 14:45 PST = 17:45 & 22:45 UTC, same day (Mon-Fri)
14
+
- cron: "45 7 * 11,12,1,2 2-6"# 23:45 PST = 07:45 UTC, next day (Tue-Sat)
15
+
### PDT ###
16
+
- cron: "45 16,21 * 3-10 1-5"# 09:45 & 14:45 PDT = 16:45 & 21:45 UTC, same day (Mon-Fri)
17
+
- cron: "45 6 * 3-10 2-6"# 23:45 PDT = 06:45 UTC, next day (Tue-Sat)
$script:PrDescription = "@MicrosoftDocs/marveldocs-pubops`n`nThis is an automated pull request to update M365 Endpoints include files in **$RepoDir**. Before merging this PR, confirm the following:`n`n- There are no more than **$($siHash.count)** files in the PR`n- The only files in the pull request end with **$($OutFileSuffix.Trim())**`n- There are no obvious formatting issues with the content`n- The pull request is from **$TargetBranch** to **$DefaultBranch**`n`nIf issues are found with the PR, remove the **Sign off** label and add the **Back to submitter** label, assign the PR to **$EndpointsContentOwner**, and @-mention **$EndpointsContentOwner** with instructions on how to resolve the issue.`n`nAcrolinx issues can be ignored per exception: https://office.visualstudio.com/MAX/_workitems/edit/9352479`n`nIf no issues are found, merge the PR. If you have questions, email marveldocs-admins."
162
172
163
173
} # end Set-ScriptOptions function
164
174
@@ -190,6 +200,7 @@ jobs:
190
200
Write-Host "Getting default branch for $Repo. URL: https://api.github.com/repos/$Org/$Repo"
0 commit comments