Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/npm/cli.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuke Karrys <luke@lukekarrys.com>2022-04-21 00:26:44 +0300
committerRuy Adorno <ruyadorno@hotmail.com>2022-04-26 23:27:44 +0300
commit5b6cbf8453903a82a13f37c1edf47e6b83785432 (patch)
treea73880a77dcadb34076e2be30bba24f84ad6ab16 /.github
parente163a0b4ba6da539c43f5af09d58aa45d964a720 (diff)
chore(deps): @npmcli/template-oss@3.4.2
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/ci-docs.yml8
-rw-r--r--.github/workflows/ci-libnpmaccess.yml8
-rw-r--r--.github/workflows/ci-libnpmdiff.yml8
-rw-r--r--.github/workflows/ci-libnpmexec.yml8
-rw-r--r--.github/workflows/ci-libnpmfund.yml8
-rw-r--r--.github/workflows/ci-libnpmhook.yml8
-rw-r--r--.github/workflows/ci-libnpmorg.yml8
-rw-r--r--.github/workflows/ci-libnpmpack.yml8
-rw-r--r--.github/workflows/ci-libnpmpublish.yml8
-rw-r--r--.github/workflows/ci-libnpmsearch.yml8
-rw-r--r--.github/workflows/ci-libnpmteam.yml8
-rw-r--r--.github/workflows/ci-libnpmversion.yml8
-rw-r--r--.github/workflows/ci-npmcli-arborist.yml8
-rw-r--r--.github/workflows/release-please-libnpmaccess.yml4
-rw-r--r--.github/workflows/release-please-libnpmdiff.yml4
-rw-r--r--.github/workflows/release-please-libnpmexec.yml4
-rw-r--r--.github/workflows/release-please-libnpmfund.yml4
-rw-r--r--.github/workflows/release-please-libnpmhook.yml4
-rw-r--r--.github/workflows/release-please-libnpmorg.yml4
-rw-r--r--.github/workflows/release-please-libnpmpack.yml4
-rw-r--r--.github/workflows/release-please-libnpmpublish.yml4
-rw-r--r--.github/workflows/release-please-libnpmsearch.yml4
-rw-r--r--.github/workflows/release-please-libnpmteam.yml4
-rw-r--r--.github/workflows/release-please-libnpmversion.yml4
-rw-r--r--.github/workflows/release-please-npmcli-arborist.yml4
25 files changed, 76 insertions, 76 deletions
diff --git a/.github/workflows/ci-docs.yml b/.github/workflows/ci-docs.yml
index 43fa240ec..c3ffb5e18 100644
--- a/.github/workflows/ci-docs.yml
+++ b/.github/workflows/ci-docs.yml
@@ -26,8 +26,8 @@ jobs:
- uses: actions/checkout@v3
- name: Setup git user
run: |
- git config --global user.email "ops+npm-cli@npmjs.com"
- git config --global user.name "npm cli ops bot"
+ git config --global user.email "ops+robot@npmjs.com"
+ git config --global user.name "npm team"
- uses: actions/setup-node@v3
with:
node-version: 16
@@ -58,8 +58,8 @@ jobs:
- uses: actions/checkout@v3
- name: Setup git user
run: |
- git config --global user.email "ops+npm-cli@npmjs.com"
- git config --global user.name "npm cli ops bot"
+ git config --global user.email "ops+robot@npmjs.com"
+ git config --global user.name "npm team"
- uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
diff --git a/.github/workflows/ci-libnpmaccess.yml b/.github/workflows/ci-libnpmaccess.yml
index ca1eb19ae..c01fe627b 100644
--- a/.github/workflows/ci-libnpmaccess.yml
+++ b/.github/workflows/ci-libnpmaccess.yml
@@ -26,8 +26,8 @@ jobs:
- uses: actions/checkout@v3
- name: Setup git user
run: |
- git config --global user.email "ops+npm-cli@npmjs.com"
- git config --global user.name "npm cli ops bot"
+ git config --global user.email "ops+robot@npmjs.com"
+ git config --global user.name "npm team"
- uses: actions/setup-node@v3
with:
node-version: 16.x
@@ -63,8 +63,8 @@ jobs:
- uses: actions/checkout@v3
- name: Setup git user
run: |
- git config --global user.email "ops+npm-cli@npmjs.com"
- git config --global user.name "npm cli ops bot"
+ git config --global user.email "ops+robot@npmjs.com"
+ git config --global user.name "npm team"
- uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
diff --git a/.github/workflows/ci-libnpmdiff.yml b/.github/workflows/ci-libnpmdiff.yml
index 856b8d957..6013870ee 100644
--- a/.github/workflows/ci-libnpmdiff.yml
+++ b/.github/workflows/ci-libnpmdiff.yml
@@ -26,8 +26,8 @@ jobs:
- uses: actions/checkout@v3
- name: Setup git user
run: |
- git config --global user.email "ops+npm-cli@npmjs.com"
- git config --global user.name "npm cli ops bot"
+ git config --global user.email "ops+robot@npmjs.com"
+ git config --global user.name "npm team"
- uses: actions/setup-node@v3
with:
node-version: 16.x
@@ -63,8 +63,8 @@ jobs:
- uses: actions/checkout@v3
- name: Setup git user
run: |
- git config --global user.email "ops+npm-cli@npmjs.com"
- git config --global user.name "npm cli ops bot"
+ git config --global user.email "ops+robot@npmjs.com"
+ git config --global user.name "npm team"
- uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
diff --git a/.github/workflows/ci-libnpmexec.yml b/.github/workflows/ci-libnpmexec.yml
index 8c30d0534..038e6e5e7 100644
--- a/.github/workflows/ci-libnpmexec.yml
+++ b/.github/workflows/ci-libnpmexec.yml
@@ -26,8 +26,8 @@ jobs:
- uses: actions/checkout@v3
- name: Setup git user
run: |
- git config --global user.email "ops+npm-cli@npmjs.com"
- git config --global user.name "npm cli ops bot"
+ git config --global user.email "ops+robot@npmjs.com"
+ git config --global user.name "npm team"
- uses: actions/setup-node@v3
with:
node-version: 16.x
@@ -63,8 +63,8 @@ jobs:
- uses: actions/checkout@v3
- name: Setup git user
run: |
- git config --global user.email "ops+npm-cli@npmjs.com"
- git config --global user.name "npm cli ops bot"
+ git config --global user.email "ops+robot@npmjs.com"
+ git config --global user.name "npm team"
- uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
diff --git a/.github/workflows/ci-libnpmfund.yml b/.github/workflows/ci-libnpmfund.yml
index 337db5b8b..c70892a95 100644
--- a/.github/workflows/ci-libnpmfund.yml
+++ b/.github/workflows/ci-libnpmfund.yml
@@ -26,8 +26,8 @@ jobs:
- uses: actions/checkout@v3
- name: Setup git user
run: |
- git config --global user.email "ops+npm-cli@npmjs.com"
- git config --global user.name "npm cli ops bot"
+ git config --global user.email "ops+robot@npmjs.com"
+ git config --global user.name "npm team"
- uses: actions/setup-node@v3
with:
node-version: 16.x
@@ -63,8 +63,8 @@ jobs:
- uses: actions/checkout@v3
- name: Setup git user
run: |
- git config --global user.email "ops+npm-cli@npmjs.com"
- git config --global user.name "npm cli ops bot"
+ git config --global user.email "ops+robot@npmjs.com"
+ git config --global user.name "npm team"
- uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
diff --git a/.github/workflows/ci-libnpmhook.yml b/.github/workflows/ci-libnpmhook.yml
index 3ccceb99f..b64fd4616 100644
--- a/.github/workflows/ci-libnpmhook.yml
+++ b/.github/workflows/ci-libnpmhook.yml
@@ -26,8 +26,8 @@ jobs:
- uses: actions/checkout@v3
- name: Setup git user
run: |
- git config --global user.email "ops+npm-cli@npmjs.com"
- git config --global user.name "npm cli ops bot"
+ git config --global user.email "ops+robot@npmjs.com"
+ git config --global user.name "npm team"
- uses: actions/setup-node@v3
with:
node-version: 16.x
@@ -63,8 +63,8 @@ jobs:
- uses: actions/checkout@v3
- name: Setup git user
run: |
- git config --global user.email "ops+npm-cli@npmjs.com"
- git config --global user.name "npm cli ops bot"
+ git config --global user.email "ops+robot@npmjs.com"
+ git config --global user.name "npm team"
- uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
diff --git a/.github/workflows/ci-libnpmorg.yml b/.github/workflows/ci-libnpmorg.yml
index 2f9ba90a3..c87d1ca6e 100644
--- a/.github/workflows/ci-libnpmorg.yml
+++ b/.github/workflows/ci-libnpmorg.yml
@@ -26,8 +26,8 @@ jobs:
- uses: actions/checkout@v3
- name: Setup git user
run: |
- git config --global user.email "ops+npm-cli@npmjs.com"
- git config --global user.name "npm cli ops bot"
+ git config --global user.email "ops+robot@npmjs.com"
+ git config --global user.name "npm team"
- uses: actions/setup-node@v3
with:
node-version: 16.x
@@ -63,8 +63,8 @@ jobs:
- uses: actions/checkout@v3
- name: Setup git user
run: |
- git config --global user.email "ops+npm-cli@npmjs.com"
- git config --global user.name "npm cli ops bot"
+ git config --global user.email "ops+robot@npmjs.com"
+ git config --global user.name "npm team"
- uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
diff --git a/.github/workflows/ci-libnpmpack.yml b/.github/workflows/ci-libnpmpack.yml
index 146950c4f..a2cb15ab1 100644
--- a/.github/workflows/ci-libnpmpack.yml
+++ b/.github/workflows/ci-libnpmpack.yml
@@ -26,8 +26,8 @@ jobs:
- uses: actions/checkout@v3
- name: Setup git user
run: |
- git config --global user.email "ops+npm-cli@npmjs.com"
- git config --global user.name "npm cli ops bot"
+ git config --global user.email "ops+robot@npmjs.com"
+ git config --global user.name "npm team"
- uses: actions/setup-node@v3
with:
node-version: 16.x
@@ -63,8 +63,8 @@ jobs:
- uses: actions/checkout@v3
- name: Setup git user
run: |
- git config --global user.email "ops+npm-cli@npmjs.com"
- git config --global user.name "npm cli ops bot"
+ git config --global user.email "ops+robot@npmjs.com"
+ git config --global user.name "npm team"
- uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
diff --git a/.github/workflows/ci-libnpmpublish.yml b/.github/workflows/ci-libnpmpublish.yml
index 16d693c96..6b46bd21d 100644
--- a/.github/workflows/ci-libnpmpublish.yml
+++ b/.github/workflows/ci-libnpmpublish.yml
@@ -26,8 +26,8 @@ jobs:
- uses: actions/checkout@v3
- name: Setup git user
run: |
- git config --global user.email "ops+npm-cli@npmjs.com"
- git config --global user.name "npm cli ops bot"
+ git config --global user.email "ops+robot@npmjs.com"
+ git config --global user.name "npm team"
- uses: actions/setup-node@v3
with:
node-version: 16.x
@@ -63,8 +63,8 @@ jobs:
- uses: actions/checkout@v3
- name: Setup git user
run: |
- git config --global user.email "ops+npm-cli@npmjs.com"
- git config --global user.name "npm cli ops bot"
+ git config --global user.email "ops+robot@npmjs.com"
+ git config --global user.name "npm team"
- uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
diff --git a/.github/workflows/ci-libnpmsearch.yml b/.github/workflows/ci-libnpmsearch.yml
index 93f2a0caa..6bcbc772e 100644
--- a/.github/workflows/ci-libnpmsearch.yml
+++ b/.github/workflows/ci-libnpmsearch.yml
@@ -26,8 +26,8 @@ jobs:
- uses: actions/checkout@v3
- name: Setup git user
run: |
- git config --global user.email "ops+npm-cli@npmjs.com"
- git config --global user.name "npm cli ops bot"
+ git config --global user.email "ops+robot@npmjs.com"
+ git config --global user.name "npm team"
- uses: actions/setup-node@v3
with:
node-version: 16.x
@@ -63,8 +63,8 @@ jobs:
- uses: actions/checkout@v3
- name: Setup git user
run: |
- git config --global user.email "ops+npm-cli@npmjs.com"
- git config --global user.name "npm cli ops bot"
+ git config --global user.email "ops+robot@npmjs.com"
+ git config --global user.name "npm team"
- uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
diff --git a/.github/workflows/ci-libnpmteam.yml b/.github/workflows/ci-libnpmteam.yml
index baaf78ce8..b61d96c1a 100644
--- a/.github/workflows/ci-libnpmteam.yml
+++ b/.github/workflows/ci-libnpmteam.yml
@@ -26,8 +26,8 @@ jobs:
- uses: actions/checkout@v3
- name: Setup git user
run: |
- git config --global user.email "ops+npm-cli@npmjs.com"
- git config --global user.name "npm cli ops bot"
+ git config --global user.email "ops+robot@npmjs.com"
+ git config --global user.name "npm team"
- uses: actions/setup-node@v3
with:
node-version: 16.x
@@ -63,8 +63,8 @@ jobs:
- uses: actions/checkout@v3
- name: Setup git user
run: |
- git config --global user.email "ops+npm-cli@npmjs.com"
- git config --global user.name "npm cli ops bot"
+ git config --global user.email "ops+robot@npmjs.com"
+ git config --global user.name "npm team"
- uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
diff --git a/.github/workflows/ci-libnpmversion.yml b/.github/workflows/ci-libnpmversion.yml
index 3b24bf420..d2eef6324 100644
--- a/.github/workflows/ci-libnpmversion.yml
+++ b/.github/workflows/ci-libnpmversion.yml
@@ -26,8 +26,8 @@ jobs:
- uses: actions/checkout@v3
- name: Setup git user
run: |
- git config --global user.email "ops+npm-cli@npmjs.com"
- git config --global user.name "npm cli ops bot"
+ git config --global user.email "ops+robot@npmjs.com"
+ git config --global user.name "npm team"
- uses: actions/setup-node@v3
with:
node-version: 16.x
@@ -63,8 +63,8 @@ jobs:
- uses: actions/checkout@v3
- name: Setup git user
run: |
- git config --global user.email "ops+npm-cli@npmjs.com"
- git config --global user.name "npm cli ops bot"
+ git config --global user.email "ops+robot@npmjs.com"
+ git config --global user.name "npm team"
- uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
diff --git a/.github/workflows/ci-npmcli-arborist.yml b/.github/workflows/ci-npmcli-arborist.yml
index 999845096..5ca3ec77a 100644
--- a/.github/workflows/ci-npmcli-arborist.yml
+++ b/.github/workflows/ci-npmcli-arborist.yml
@@ -26,8 +26,8 @@ jobs:
- uses: actions/checkout@v3
- name: Setup git user
run: |
- git config --global user.email "ops+npm-cli@npmjs.com"
- git config --global user.name "npm cli ops bot"
+ git config --global user.email "ops+robot@npmjs.com"
+ git config --global user.name "npm team"
- uses: actions/setup-node@v3
with:
node-version: 16.x
@@ -63,8 +63,8 @@ jobs:
- uses: actions/checkout@v3
- name: Setup git user
run: |
- git config --global user.email "ops+npm-cli@npmjs.com"
- git config --global user.name "npm cli ops bot"
+ git config --global user.email "ops+robot@npmjs.com"
+ git config --global user.name "npm team"
- uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
diff --git a/.github/workflows/release-please-libnpmaccess.yml b/.github/workflows/release-please-libnpmaccess.yml
index d71654dda..13219dea1 100644
--- a/.github/workflows/release-please-libnpmaccess.yml
+++ b/.github/workflows/release-please-libnpmaccess.yml
@@ -38,8 +38,8 @@ jobs:
- uses: actions/checkout@v3
- name: Setup git user
run: |
- git config --global user.email "ops+npm-cli@npmjs.com"
- git config --global user.name "npm cli ops bot"
+ git config --global user.email "ops+robot@npmjs.com"
+ git config --global user.name "npm team"
- uses: actions/setup-node@v3
with:
node-version: 16.x
diff --git a/.github/workflows/release-please-libnpmdiff.yml b/.github/workflows/release-please-libnpmdiff.yml
index d9a043534..e39fce455 100644
--- a/.github/workflows/release-please-libnpmdiff.yml
+++ b/.github/workflows/release-please-libnpmdiff.yml
@@ -38,8 +38,8 @@ jobs:
- uses: actions/checkout@v3
- name: Setup git user
run: |
- git config --global user.email "ops+npm-cli@npmjs.com"
- git config --global user.name "npm cli ops bot"
+ git config --global user.email "ops+robot@npmjs.com"
+ git config --global user.name "npm team"
- uses: actions/setup-node@v3
with:
node-version: 16.x
diff --git a/.github/workflows/release-please-libnpmexec.yml b/.github/workflows/release-please-libnpmexec.yml
index bdb8c373c..0db48bba0 100644
--- a/.github/workflows/release-please-libnpmexec.yml
+++ b/.github/workflows/release-please-libnpmexec.yml
@@ -38,8 +38,8 @@ jobs:
- uses: actions/checkout@v3
- name: Setup git user
run: |
- git config --global user.email "ops+npm-cli@npmjs.com"
- git config --global user.name "npm cli ops bot"
+ git config --global user.email "ops+robot@npmjs.com"
+ git config --global user.name "npm team"
- uses: actions/setup-node@v3
with:
node-version: 16.x
diff --git a/.github/workflows/release-please-libnpmfund.yml b/.github/workflows/release-please-libnpmfund.yml
index 53da00c6b..e3d5d2ecd 100644
--- a/.github/workflows/release-please-libnpmfund.yml
+++ b/.github/workflows/release-please-libnpmfund.yml
@@ -38,8 +38,8 @@ jobs:
- uses: actions/checkout@v3
- name: Setup git user
run: |
- git config --global user.email "ops+npm-cli@npmjs.com"
- git config --global user.name "npm cli ops bot"
+ git config --global user.email "ops+robot@npmjs.com"
+ git config --global user.name "npm team"
- uses: actions/setup-node@v3
with:
node-version: 16.x
diff --git a/.github/workflows/release-please-libnpmhook.yml b/.github/workflows/release-please-libnpmhook.yml
index 268e4d8f0..267c95915 100644
--- a/.github/workflows/release-please-libnpmhook.yml
+++ b/.github/workflows/release-please-libnpmhook.yml
@@ -38,8 +38,8 @@ jobs:
- uses: actions/checkout@v3
- name: Setup git user
run: |
- git config --global user.email "ops+npm-cli@npmjs.com"
- git config --global user.name "npm cli ops bot"
+ git config --global user.email "ops+robot@npmjs.com"
+ git config --global user.name "npm team"
- uses: actions/setup-node@v3
with:
node-version: 16.x
diff --git a/.github/workflows/release-please-libnpmorg.yml b/.github/workflows/release-please-libnpmorg.yml
index e8b7c66e7..15dc04060 100644
--- a/.github/workflows/release-please-libnpmorg.yml
+++ b/.github/workflows/release-please-libnpmorg.yml
@@ -38,8 +38,8 @@ jobs:
- uses: actions/checkout@v3
- name: Setup git user
run: |
- git config --global user.email "ops+npm-cli@npmjs.com"
- git config --global user.name "npm cli ops bot"
+ git config --global user.email "ops+robot@npmjs.com"
+ git config --global user.name "npm team"
- uses: actions/setup-node@v3
with:
node-version: 16.x
diff --git a/.github/workflows/release-please-libnpmpack.yml b/.github/workflows/release-please-libnpmpack.yml
index 50548222e..1f4d181e1 100644
--- a/.github/workflows/release-please-libnpmpack.yml
+++ b/.github/workflows/release-please-libnpmpack.yml
@@ -38,8 +38,8 @@ jobs:
- uses: actions/checkout@v3
- name: Setup git user
run: |
- git config --global user.email "ops+npm-cli@npmjs.com"
- git config --global user.name "npm cli ops bot"
+ git config --global user.email "ops+robot@npmjs.com"
+ git config --global user.name "npm team"
- uses: actions/setup-node@v3
with:
node-version: 16.x
diff --git a/.github/workflows/release-please-libnpmpublish.yml b/.github/workflows/release-please-libnpmpublish.yml
index 2bd4026d2..b271b0102 100644
--- a/.github/workflows/release-please-libnpmpublish.yml
+++ b/.github/workflows/release-please-libnpmpublish.yml
@@ -38,8 +38,8 @@ jobs:
- uses: actions/checkout@v3
- name: Setup git user
run: |
- git config --global user.email "ops+npm-cli@npmjs.com"
- git config --global user.name "npm cli ops bot"
+ git config --global user.email "ops+robot@npmjs.com"
+ git config --global user.name "npm team"
- uses: actions/setup-node@v3
with:
node-version: 16.x
diff --git a/.github/workflows/release-please-libnpmsearch.yml b/.github/workflows/release-please-libnpmsearch.yml
index 27f3fdec2..b7b3b7e6e 100644
--- a/.github/workflows/release-please-libnpmsearch.yml
+++ b/.github/workflows/release-please-libnpmsearch.yml
@@ -38,8 +38,8 @@ jobs:
- uses: actions/checkout@v3
- name: Setup git user
run: |
- git config --global user.email "ops+npm-cli@npmjs.com"
- git config --global user.name "npm cli ops bot"
+ git config --global user.email "ops+robot@npmjs.com"
+ git config --global user.name "npm team"
- uses: actions/setup-node@v3
with:
node-version: 16.x
diff --git a/.github/workflows/release-please-libnpmteam.yml b/.github/workflows/release-please-libnpmteam.yml
index f0c7d6e0d..e2a65d02a 100644
--- a/.github/workflows/release-please-libnpmteam.yml
+++ b/.github/workflows/release-please-libnpmteam.yml
@@ -38,8 +38,8 @@ jobs:
- uses: actions/checkout@v3
- name: Setup git user
run: |
- git config --global user.email "ops+npm-cli@npmjs.com"
- git config --global user.name "npm cli ops bot"
+ git config --global user.email "ops+robot@npmjs.com"
+ git config --global user.name "npm team"
- uses: actions/setup-node@v3
with:
node-version: 16.x
diff --git a/.github/workflows/release-please-libnpmversion.yml b/.github/workflows/release-please-libnpmversion.yml
index f9b91619b..694911670 100644
--- a/.github/workflows/release-please-libnpmversion.yml
+++ b/.github/workflows/release-please-libnpmversion.yml
@@ -38,8 +38,8 @@ jobs:
- uses: actions/checkout@v3
- name: Setup git user
run: |
- git config --global user.email "ops+npm-cli@npmjs.com"
- git config --global user.name "npm cli ops bot"
+ git config --global user.email "ops+robot@npmjs.com"
+ git config --global user.name "npm team"
- uses: actions/setup-node@v3
with:
node-version: 16.x
diff --git a/.github/workflows/release-please-npmcli-arborist.yml b/.github/workflows/release-please-npmcli-arborist.yml
index 8be72bc77..82693f582 100644
--- a/.github/workflows/release-please-npmcli-arborist.yml
+++ b/.github/workflows/release-please-npmcli-arborist.yml
@@ -38,8 +38,8 @@ jobs:
- uses: actions/checkout@v3
- name: Setup git user
run: |
- git config --global user.email "ops+npm-cli@npmjs.com"
- git config --global user.name "npm cli ops bot"
+ git config --global user.email "ops+robot@npmjs.com"
+ git config --global user.name "npm team"
- uses: actions/setup-node@v3
with:
node-version: 16.x