Skip to content

Commit 50a2146

Browse files
authored
Merge pull request #14709 from microsoft/main
Merge for 1.34.0 (pre-release, 2nd time)
2 parents 6c21111 + 9b38c64 commit 50a2146

49 files changed

Lines changed: 1354 additions & 1218 deletions

Some content is hidden

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

.github/workflows/bug-debugger.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
- name: Checkout Actions
2121
uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
2222
- name: Install Actions
23-
run: cd ./.github/actions && npm install --production && cd ../..
23+
run: cd ./.github/actions && npm ci --omit=dev && cd ../..
2424
- name: Add Comment
2525
uses: ./.github/actions/AddComment
2626
with:

.github/workflows/by-design-closer-debugger.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
- name: Checkout Actions
2121
uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
2222
- name: Install Actions
23-
run: cd ./.github/actions && npm install --production && cd ../..
23+
run: cd ./.github/actions && npm ci --omit=dev && cd ../..
2424
- name: Stale Closer
2525
uses: ./.github/actions/StaleCloser
2626
with:

.github/workflows/by-design-closer.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
- name: Checkout Actions
2121
uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
2222
- name: Install Actions
23-
run: cd ./.github/actions && npm install --production && cd ../..
23+
run: cd ./.github/actions && npm ci --omit=dev && cd ../..
2424
- name: Stale Closer
2525
uses: ./.github/actions/StaleCloser
2626
with:

.github/workflows/duplicate-closer.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
- name: Checkout Actions
2121
uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
2222
- name: Install Actions
23-
run: cd ./.github/actions && npm install --production && cd ../..
23+
run: cd ./.github/actions && npm ci --omit=dev && cd ../..
2424
- name: Stale Closer
2525
uses: ./.github/actions/StaleCloser
2626
with:

.github/workflows/enhancement-closer-no-milestone.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
- name: Checkout Actions
2121
uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
2222
- name: Install Actions
23-
run: cd ./.github/actions && npm install --production && cd ../..
23+
run: cd ./.github/actions && npm ci --omit=dev && cd ../..
2424
- name: Stale Closer
2525
uses: ./.github/actions/StaleCloser
2626
with:

.github/workflows/enhancement-closer-triage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
- name: Checkout Actions
2121
uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
2222
- name: Install Actions
23-
run: cd ./.github/actions && npm install --production && cd ../..
23+
run: cd ./.github/actions && npm ci --omit=dev && cd ../..
2424
- name: Stale Closer
2525
uses: ./.github/actions/StaleCloser
2626
with:

.github/workflows/enhancement-reopener.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
- name: Checkout Actions
2121
uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
2222
- name: Install Actions
23-
run: cd ./.github/actions && npm install --production && cd ../..
23+
run: cd ./.github/actions && npm ci --omit=dev && cd ../..
2424
- name: Run Reopener
2525
uses: ./.github/actions/Reopener
2626
with:

.github/workflows/external-closer-debugger.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
- name: Checkout Actions
2121
uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
2222
- name: Install Actions
23-
run: cd ./.github/actions && npm install --production && cd ../..
23+
run: cd ./.github/actions && npm ci --omit=dev && cd ../..
2424
- name: Stale Closer
2525
uses: ./.github/actions/StaleCloser
2626
with:

.github/workflows/feature-request-closer-no-milestone.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
- name: Checkout Actions
2121
uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
2222
- name: Install Actions
23-
run: cd ./.github/actions && npm install --production && cd ../..
23+
run: cd ./.github/actions && npm ci --omit=dev && cd ../..
2424
- name: Stale Closer
2525
uses: ./.github/actions/StaleCloser
2626
with:

.github/workflows/feature-request-closer-triage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
- name: Checkout Actions
2121
uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
2222
- name: Install Actions
23-
run: cd ./.github/actions && npm install --production && cd ../..
23+
run: cd ./.github/actions && npm ci --omit=dev && cd ../..
2424
- name: Stale Closer
2525
uses: ./.github/actions/StaleCloser
2626
with:

0 commit comments

Comments
 (0)