mirror of
https://github.com/actions/labeler.git
synced 2025-12-12 20:51:42 +00:00
Merge pull request #153 from actions/upgrade-licensed-to-3
Upgrade licensed to 3.0.1
This commit is contained in:
2
.github/workflows/licensed.yml
vendored
2
.github/workflows/licensed.yml
vendored
@@ -14,7 +14,7 @@ jobs:
|
|||||||
- name: Install licensed
|
- name: Install licensed
|
||||||
run: |
|
run: |
|
||||||
cd $RUNNER_TEMP
|
cd $RUNNER_TEMP
|
||||||
curl -Lfs -o licensed.tar.gz https://github.com/github/licensed/releases/download/2.12.2/licensed-2.12.2-linux-x64.tar.gz
|
curl -Lfs -o licensed.tar.gz https://github.com/github/licensed/releases/download/3.0.1/licensed-3.0.1-linux-x64.tar.gz
|
||||||
sudo tar -xzf licensed.tar.gz
|
sudo tar -xzf licensed.tar.gz
|
||||||
sudo mv licensed /usr/local/bin/licensed
|
sudo mv licensed /usr/local/bin/licensed
|
||||||
- run: licensed status
|
- run: licensed status
|
||||||
@@ -3,7 +3,7 @@ name: "@octokit/plugin-paginate-rest"
|
|||||||
version: 1.1.2
|
version: 1.1.2
|
||||||
type: npm
|
type: npm
|
||||||
summary: Octokit plugin to paginate REST API endpoint responses
|
summary: Octokit plugin to paginate REST API endpoint responses
|
||||||
homepage: https://github.com/octokit/plugin-paginate-rest.js#readme
|
homepage:
|
||||||
license: mit
|
license: mit
|
||||||
licenses:
|
licenses:
|
||||||
- sources: LICENSE
|
- sources: LICENSE
|
||||||
|
|||||||
@@ -3,7 +3,7 @@ name: "@octokit/plugin-request-log"
|
|||||||
version: 1.0.0
|
version: 1.0.0
|
||||||
type: npm
|
type: npm
|
||||||
summary: Log all requests and request errors
|
summary: Log all requests and request errors
|
||||||
homepage: https://github.com/octokit/plugin-request-log.js#readme
|
homepage:
|
||||||
license: mit
|
license: mit
|
||||||
licenses:
|
licenses:
|
||||||
- sources: LICENSE
|
- sources: LICENSE
|
||||||
|
|||||||
@@ -3,7 +3,7 @@ name: "@octokit/plugin-rest-endpoint-methods"
|
|||||||
version: 2.4.0
|
version: 2.4.0
|
||||||
type: npm
|
type: npm
|
||||||
summary: Octokit plugin adding one method for all of api.github.com REST API endpoints
|
summary: Octokit plugin adding one method for all of api.github.com REST API endpoints
|
||||||
homepage: https://github.com/octokit/plugin-rest-endpoint-methods.js#readme
|
homepage:
|
||||||
license: mit
|
license: mit
|
||||||
licenses:
|
licenses:
|
||||||
- sources: LICENSE
|
- sources: LICENSE
|
||||||
|
|||||||
2
.licenses/npm/@octokit/rest.dep.yml
generated
2
.licenses/npm/@octokit/rest.dep.yml
generated
@@ -3,7 +3,7 @@ name: "@octokit/rest"
|
|||||||
version: 16.43.1
|
version: 16.43.1
|
||||||
type: npm
|
type: npm
|
||||||
summary: GitHub REST API client for Node.js
|
summary: GitHub REST API client for Node.js
|
||||||
homepage: https://github.com/octokit/rest.js#readme
|
homepage:
|
||||||
license: mit
|
license: mit
|
||||||
licenses:
|
licenses:
|
||||||
- sources: LICENSE
|
- sources: LICENSE
|
||||||
|
|||||||
2
.licenses/npm/@octokit/types.dep.yml
generated
2
.licenses/npm/@octokit/types.dep.yml
generated
@@ -3,7 +3,7 @@ name: "@octokit/types"
|
|||||||
version: 2.14.0
|
version: 2.14.0
|
||||||
type: npm
|
type: npm
|
||||||
summary: Shared TypeScript definitions for Octokit projects
|
summary: Shared TypeScript definitions for Octokit projects
|
||||||
homepage: https://github.com/octokit/types.ts#readme
|
homepage:
|
||||||
license: mit
|
license: mit
|
||||||
licenses:
|
licenses:
|
||||||
- sources: LICENSE
|
- sources: LICENSE
|
||||||
|
|||||||
40
.licenses/npm/@types/node.dep.yml
generated
40
.licenses/npm/@types/node.dep.yml
generated
@@ -3,24 +3,30 @@ name: "@types/node"
|
|||||||
version: 12.12.29
|
version: 12.12.29
|
||||||
type: npm
|
type: npm
|
||||||
summary: TypeScript definitions for Node.js
|
summary: TypeScript definitions for Node.js
|
||||||
homepage: https://github.com/DefinitelyTyped/DefinitelyTyped#readme
|
homepage:
|
||||||
license: mit
|
license: mit
|
||||||
licenses:
|
licenses:
|
||||||
- sources: LICENSE
|
- sources: LICENSE
|
||||||
text: " MIT License\r\n\r\n Copyright (c) Microsoft Corporation. All rights
|
text: |2
|
||||||
reserved.\r\n\r\n Permission is hereby granted, free of charge, to any person
|
MIT License
|
||||||
obtaining a copy\r\n of this software and associated documentation files (the
|
|
||||||
\"Software\"), to deal\r\n in the Software without restriction, including without
|
Copyright (c) Microsoft Corporation. All rights reserved.
|
||||||
limitation the rights\r\n to use, copy, modify, merge, publish, distribute,
|
|
||||||
sublicense, and/or sell\r\n copies of the Software, and to permit persons to
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||||
whom the Software is\r\n furnished to do so, subject to the following conditions:\r\n\r\n
|
of this software and associated documentation files (the "Software"), to deal
|
||||||
\ The above copyright notice and this permission notice shall be included in
|
in the Software without restriction, including without limitation the rights
|
||||||
all\r\n copies or substantial portions of the Software.\r\n\r\n THE SOFTWARE
|
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
||||||
IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\r\n IMPLIED,
|
copies of the Software, and to permit persons to whom the Software is
|
||||||
INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\r\n FITNESS
|
furnished to do so, subject to the following conditions:
|
||||||
FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\r\n AUTHORS
|
|
||||||
OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\r\n LIABILITY,
|
The above copyright notice and this permission notice shall be included in all
|
||||||
WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\r\n OUT
|
copies or substantial portions of the Software.
|
||||||
OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\r\n
|
|
||||||
\ SOFTWARE\r\n"
|
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
||||||
|
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
||||||
|
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
||||||
|
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
||||||
|
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
||||||
|
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
||||||
|
SOFTWARE
|
||||||
notices: []
|
notices: []
|
||||||
|
|||||||
2
.licenses/npm/argparse.dep.yml
generated
2
.licenses/npm/argparse.dep.yml
generated
@@ -4,7 +4,7 @@ version: 1.0.10
|
|||||||
type: npm
|
type: npm
|
||||||
summary: Very powerful CLI arguments parser. Native port of argparse - python's options
|
summary: Very powerful CLI arguments parser. Native port of argparse - python's options
|
||||||
parsing library
|
parsing library
|
||||||
homepage: https://github.com/nodeca/argparse#readme
|
homepage:
|
||||||
license: mit
|
license: mit
|
||||||
licenses:
|
licenses:
|
||||||
- sources: LICENSE
|
- sources: LICENSE
|
||||||
|
|||||||
2
.licenses/npm/concat-map.dep.yml
generated
2
.licenses/npm/concat-map.dep.yml
generated
@@ -3,7 +3,7 @@ name: concat-map
|
|||||||
version: 0.0.1
|
version: 0.0.1
|
||||||
type: npm
|
type: npm
|
||||||
summary: concatenative mapdashery
|
summary: concatenative mapdashery
|
||||||
homepage: https://github.com/substack/node-concat-map#readme
|
homepage:
|
||||||
license: other
|
license: other
|
||||||
licenses:
|
licenses:
|
||||||
- sources: LICENSE
|
- sources: LICENSE
|
||||||
|
|||||||
2
.licenses/npm/deprecation.dep.yml
generated
2
.licenses/npm/deprecation.dep.yml
generated
@@ -3,7 +3,7 @@ name: deprecation
|
|||||||
version: 2.3.1
|
version: 2.3.1
|
||||||
type: npm
|
type: npm
|
||||||
summary: Log a deprecation message with stack
|
summary: Log a deprecation message with stack
|
||||||
homepage: https://github.com/gr2m/deprecation#readme
|
homepage:
|
||||||
license: isc
|
license: isc
|
||||||
licenses:
|
licenses:
|
||||||
- sources: LICENSE
|
- sources: LICENSE
|
||||||
|
|||||||
2
.licenses/npm/execa.dep.yml
generated
2
.licenses/npm/execa.dep.yml
generated
@@ -3,7 +3,7 @@ name: execa
|
|||||||
version: 1.0.0
|
version: 1.0.0
|
||||||
type: npm
|
type: npm
|
||||||
summary: A better `child_process`
|
summary: A better `child_process`
|
||||||
homepage: https://github.com/sindresorhus/execa#readme
|
homepage:
|
||||||
license: mit
|
license: mit
|
||||||
licenses:
|
licenses:
|
||||||
- sources: license
|
- sources: license
|
||||||
|
|||||||
2
.licenses/npm/get-stream.dep.yml
generated
2
.licenses/npm/get-stream.dep.yml
generated
@@ -3,7 +3,7 @@ name: get-stream
|
|||||||
version: 4.1.0
|
version: 4.1.0
|
||||||
type: npm
|
type: npm
|
||||||
summary: Get a stream as a string, buffer, or array
|
summary: Get a stream as a string, buffer, or array
|
||||||
homepage: https://github.com/sindresorhus/get-stream#readme
|
homepage:
|
||||||
license: mit
|
license: mit
|
||||||
licenses:
|
licenses:
|
||||||
- sources: license
|
- sources: license
|
||||||
|
|||||||
2
.licenses/npm/is-stream.dep.yml
generated
2
.licenses/npm/is-stream.dep.yml
generated
@@ -3,7 +3,7 @@ name: is-stream
|
|||||||
version: 1.1.0
|
version: 1.1.0
|
||||||
type: npm
|
type: npm
|
||||||
summary: Check if something is a Node.js stream
|
summary: Check if something is a Node.js stream
|
||||||
homepage: https://github.com/sindresorhus/is-stream#readme
|
homepage:
|
||||||
license: mit
|
license: mit
|
||||||
licenses:
|
licenses:
|
||||||
- sources: license
|
- sources: license
|
||||||
|
|||||||
2
.licenses/npm/macos-release.dep.yml
generated
2
.licenses/npm/macos-release.dep.yml
generated
@@ -3,7 +3,7 @@ name: macos-release
|
|||||||
version: 2.3.0
|
version: 2.3.0
|
||||||
type: npm
|
type: npm
|
||||||
summary: Get the name and version of a macOS release from the Darwin version
|
summary: Get the name and version of a macOS release from the Darwin version
|
||||||
homepage: https://github.com/sindresorhus/macos-release#readme
|
homepage:
|
||||||
license: mit
|
license: mit
|
||||||
licenses:
|
licenses:
|
||||||
- sources: license
|
- sources: license
|
||||||
|
|||||||
2
.licenses/npm/minimatch.dep.yml
generated
2
.licenses/npm/minimatch.dep.yml
generated
@@ -3,7 +3,7 @@ name: minimatch
|
|||||||
version: 3.0.4
|
version: 3.0.4
|
||||||
type: npm
|
type: npm
|
||||||
summary: a glob matcher in javascript
|
summary: a glob matcher in javascript
|
||||||
homepage: https://github.com/isaacs/minimatch#readme
|
homepage:
|
||||||
license: isc
|
license: isc
|
||||||
licenses:
|
licenses:
|
||||||
- sources: LICENSE
|
- sources: LICENSE
|
||||||
|
|||||||
2
.licenses/npm/npm-run-path.dep.yml
generated
2
.licenses/npm/npm-run-path.dep.yml
generated
@@ -3,7 +3,7 @@ name: npm-run-path
|
|||||||
version: 2.0.2
|
version: 2.0.2
|
||||||
type: npm
|
type: npm
|
||||||
summary: Get your PATH prepended with locally installed binaries
|
summary: Get your PATH prepended with locally installed binaries
|
||||||
homepage: https://github.com/sindresorhus/npm-run-path#readme
|
homepage:
|
||||||
license: mit
|
license: mit
|
||||||
licenses:
|
licenses:
|
||||||
- sources: license
|
- sources: license
|
||||||
|
|||||||
2
.licenses/npm/once.dep.yml
generated
2
.licenses/npm/once.dep.yml
generated
@@ -3,7 +3,7 @@ name: once
|
|||||||
version: 1.4.0
|
version: 1.4.0
|
||||||
type: npm
|
type: npm
|
||||||
summary: Run a function exactly one time
|
summary: Run a function exactly one time
|
||||||
homepage: https://github.com/isaacs/once#readme
|
homepage:
|
||||||
license: isc
|
license: isc
|
||||||
licenses:
|
licenses:
|
||||||
- sources: LICENSE
|
- sources: LICENSE
|
||||||
|
|||||||
2
.licenses/npm/os-name.dep.yml
generated
2
.licenses/npm/os-name.dep.yml
generated
@@ -3,7 +3,7 @@ name: os-name
|
|||||||
version: 3.1.0
|
version: 3.1.0
|
||||||
type: npm
|
type: npm
|
||||||
summary: 'Get the name of the current operating system. Example: macOS Sierra'
|
summary: 'Get the name of the current operating system. Example: macOS Sierra'
|
||||||
homepage: https://github.com/sindresorhus/os-name#readme
|
homepage:
|
||||||
license: mit
|
license: mit
|
||||||
licenses:
|
licenses:
|
||||||
- sources: license
|
- sources: license
|
||||||
|
|||||||
2
.licenses/npm/p-finally.dep.yml
generated
2
.licenses/npm/p-finally.dep.yml
generated
@@ -4,7 +4,7 @@ version: 1.0.0
|
|||||||
type: npm
|
type: npm
|
||||||
summary: "`Promise#finally()` ponyfill - Invoked when the promise is settled regardless
|
summary: "`Promise#finally()` ponyfill - Invoked when the promise is settled regardless
|
||||||
of outcome"
|
of outcome"
|
||||||
homepage: https://github.com/sindresorhus/p-finally#readme
|
homepage:
|
||||||
license: mit
|
license: mit
|
||||||
licenses:
|
licenses:
|
||||||
- sources: license
|
- sources: license
|
||||||
|
|||||||
2
.licenses/npm/path-key.dep.yml
generated
2
.licenses/npm/path-key.dep.yml
generated
@@ -3,7 +3,7 @@ name: path-key
|
|||||||
version: 2.0.1
|
version: 2.0.1
|
||||||
type: npm
|
type: npm
|
||||||
summary: Get the PATH environment variable key cross-platform
|
summary: Get the PATH environment variable key cross-platform
|
||||||
homepage: https://github.com/sindresorhus/path-key#readme
|
homepage:
|
||||||
license: mit
|
license: mit
|
||||||
licenses:
|
licenses:
|
||||||
- sources: license
|
- sources: license
|
||||||
|
|||||||
2
.licenses/npm/pump.dep.yml
generated
2
.licenses/npm/pump.dep.yml
generated
@@ -3,7 +3,7 @@ name: pump
|
|||||||
version: 3.0.0
|
version: 3.0.0
|
||||||
type: npm
|
type: npm
|
||||||
summary: pipe streams together and close all of them if one of them closes
|
summary: pipe streams together and close all of them if one of them closes
|
||||||
homepage: https://github.com/mafintosh/pump#readme
|
homepage:
|
||||||
license: mit
|
license: mit
|
||||||
licenses:
|
licenses:
|
||||||
- sources: LICENSE
|
- sources: LICENSE
|
||||||
|
|||||||
2
.licenses/npm/semver-5.7.1.dep.yml
generated
2
.licenses/npm/semver-5.7.1.dep.yml
generated
@@ -3,7 +3,7 @@ name: semver
|
|||||||
version: 5.7.1
|
version: 5.7.1
|
||||||
type: npm
|
type: npm
|
||||||
summary: The semantic version parser used by npm.
|
summary: The semantic version parser used by npm.
|
||||||
homepage: https://github.com/npm/node-semver#readme
|
homepage:
|
||||||
license: isc
|
license: isc
|
||||||
licenses:
|
licenses:
|
||||||
- sources: LICENSE
|
- sources: LICENSE
|
||||||
|
|||||||
2
.licenses/npm/semver-6.3.0.dep.yml
generated
2
.licenses/npm/semver-6.3.0.dep.yml
generated
@@ -3,7 +3,7 @@ name: semver
|
|||||||
version: 6.3.0
|
version: 6.3.0
|
||||||
type: npm
|
type: npm
|
||||||
summary: The semantic version parser used by npm.
|
summary: The semantic version parser used by npm.
|
||||||
homepage: https://github.com/npm/node-semver#readme
|
homepage:
|
||||||
license: isc
|
license: isc
|
||||||
licenses:
|
licenses:
|
||||||
- sources: LICENSE
|
- sources: LICENSE
|
||||||
|
|||||||
2
.licenses/npm/shebang-command.dep.yml
generated
2
.licenses/npm/shebang-command.dep.yml
generated
@@ -3,7 +3,7 @@ name: shebang-command
|
|||||||
version: 1.2.0
|
version: 1.2.0
|
||||||
type: npm
|
type: npm
|
||||||
summary: Get the command from a shebang
|
summary: Get the command from a shebang
|
||||||
homepage: https://github.com/kevva/shebang-command#readme
|
homepage:
|
||||||
license: mit
|
license: mit
|
||||||
licenses:
|
licenses:
|
||||||
- sources: license
|
- sources: license
|
||||||
|
|||||||
2
.licenses/npm/shebang-regex.dep.yml
generated
2
.licenses/npm/shebang-regex.dep.yml
generated
@@ -3,7 +3,7 @@ name: shebang-regex
|
|||||||
version: 1.0.0
|
version: 1.0.0
|
||||||
type: npm
|
type: npm
|
||||||
summary: Regular expression for matching a shebang
|
summary: Regular expression for matching a shebang
|
||||||
homepage: https://github.com/sindresorhus/shebang-regex#readme
|
homepage:
|
||||||
license: mit
|
license: mit
|
||||||
licenses:
|
licenses:
|
||||||
- sources: license
|
- sources: license
|
||||||
|
|||||||
2
.licenses/npm/strip-eof.dep.yml
generated
2
.licenses/npm/strip-eof.dep.yml
generated
@@ -3,7 +3,7 @@ name: strip-eof
|
|||||||
version: 1.0.0
|
version: 1.0.0
|
||||||
type: npm
|
type: npm
|
||||||
summary: Strip the End-Of-File (EOF) character from a string/buffer
|
summary: Strip the End-Of-File (EOF) character from a string/buffer
|
||||||
homepage: https://github.com/sindresorhus/strip-eof#readme
|
homepage:
|
||||||
license: mit
|
license: mit
|
||||||
licenses:
|
licenses:
|
||||||
- sources: license
|
- sources: license
|
||||||
|
|||||||
4
.licenses/npm/universal-user-agent-4.0.1.dep.yml
generated
4
.licenses/npm/universal-user-agent-4.0.1.dep.yml
generated
@@ -3,8 +3,8 @@ name: universal-user-agent
|
|||||||
version: 4.0.1
|
version: 4.0.1
|
||||||
type: npm
|
type: npm
|
||||||
summary: Get a user agent string in both browser and node
|
summary: Get a user agent string in both browser and node
|
||||||
homepage: https://github.com/gr2m/universal-user-agent#readme
|
homepage:
|
||||||
license: other
|
license: isc
|
||||||
licenses:
|
licenses:
|
||||||
- sources: LICENSE.md
|
- sources: LICENSE.md
|
||||||
text: |
|
text: |
|
||||||
|
|||||||
4
.licenses/npm/universal-user-agent-5.0.0.dep.yml
generated
4
.licenses/npm/universal-user-agent-5.0.0.dep.yml
generated
@@ -3,8 +3,8 @@ name: universal-user-agent
|
|||||||
version: 5.0.0
|
version: 5.0.0
|
||||||
type: npm
|
type: npm
|
||||||
summary: Get a user agent string in both browser and node
|
summary: Get a user agent string in both browser and node
|
||||||
homepage: https://github.com/gr2m/universal-user-agent#readme
|
homepage:
|
||||||
license: other
|
license: isc
|
||||||
licenses:
|
licenses:
|
||||||
- sources: LICENSE.md
|
- sources: LICENSE.md
|
||||||
text: |
|
text: |
|
||||||
|
|||||||
2
.licenses/npm/which.dep.yml
generated
2
.licenses/npm/which.dep.yml
generated
@@ -4,7 +4,7 @@ version: 1.3.1
|
|||||||
type: npm
|
type: npm
|
||||||
summary: Like which(1) unix command. Find the first instance of an executable in the
|
summary: Like which(1) unix command. Find the first instance of an executable in the
|
||||||
PATH.
|
PATH.
|
||||||
homepage: https://github.com/isaacs/node-which#readme
|
homepage:
|
||||||
license: isc
|
license: isc
|
||||||
licenses:
|
licenses:
|
||||||
- sources: LICENSE
|
- sources: LICENSE
|
||||||
|
|||||||
2
.licenses/npm/windows-release.dep.yml
generated
2
.licenses/npm/windows-release.dep.yml
generated
@@ -4,7 +4,7 @@ version: 3.3.0
|
|||||||
type: npm
|
type: npm
|
||||||
summary: 'Get the name of a Windows version from the release number: `5.1.2600` →
|
summary: 'Get the name of a Windows version from the release number: `5.1.2600` →
|
||||||
`XP`'
|
`XP`'
|
||||||
homepage: https://github.com/sindresorhus/windows-release#readme
|
homepage:
|
||||||
license: mit
|
license: mit
|
||||||
licenses:
|
licenses:
|
||||||
- sources: license
|
- sources: license
|
||||||
|
|||||||
Reference in New Issue
Block a user