Skip to content

Commit 1dab7c6

Browse files
authored
Merge branch 'main' into support-ga-in-deprecated-versions
2 parents c0973a7 + c7847e5 commit 1dab7c6

52 files changed

Lines changed: 361 additions & 214 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.github/workflows/site-policy-sync.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ on:
88
- main
99
types:
1010
- closed
11+
paths:
12+
- 'content/github/site-policy/**'
1113

1214
# Allows you to run this workflow manually from the Actions tab
1315
workflow_dispatch:
@@ -33,8 +35,8 @@ jobs:
3335
with:
3436
source_folder: 'content/github/site-policy'
3537
destination_repo: 'github/site-policy'
36-
destination_branch: 'non-substantive-changes'
38+
destination_branch: 'repo-sync'
3739
destination_folder: 'Policies'
3840
user_email: 'pcihon@users.noreply.github.com'
3941
user_name: 'pcihon'
40-
commit_msg: 'Mirroring non-substantive changes.'
42+
commit_msg: 'Automatic sync from GitHub Docs.'

.github/workflows/test-windows.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,14 @@ name: Node.js Tests - Windows
44

55
on:
66
workflow_dispatch:
7+
pull_request:
78
schedule:
89
- cron: '50 19 * * *' # once a day at 19:50 UTC / 11:50 PST
910

1011
jobs:
1112
test:
1213
runs-on: windows-latest
14+
if: (github.event_name != 'pull_request') || (github.event_name == 'pull_request' && (contains(github.event.pull_request.labels.*.name, 'Windows') || contains(github.event.pull_request.labels.*.name, 'windows')))
1315
strategy:
1416
fail-fast: false
1517
matrix:
3.37 KB
Loading
23.9 KB
Loading
21.2 KB
Loading
17.3 KB
Loading
15.2 KB
Loading
2.75 KB
Loading
52.4 KB
Loading
9.38 KB
Loading

0 commit comments

Comments
 (0)