ci: auto-regenerate files
This commit is contained in:
4
.github/workflows/examples.yml
vendored
4
.github/workflows/examples.yml
vendored
@@ -332,7 +332,7 @@ jobs:
|
||||
template: repository
|
||||
repo: metrics
|
||||
plugin_licenses: yes
|
||||
plugin_licenses_setup: npm ci
|
||||
plugin_licenses_setup: bash -c '[[ -f package.json ]] && npm ci || true'
|
||||
output_action: none
|
||||
delay: 120
|
||||
user: lowlighter
|
||||
@@ -348,7 +348,7 @@ jobs:
|
||||
template: repository
|
||||
repo: metrics
|
||||
plugin_licenses: yes
|
||||
plugin_licenses_setup: npm ci
|
||||
plugin_licenses_setup: bash -c '[[ -f package.json ]] && npm ci || true'
|
||||
plugin_licenses_legal: no
|
||||
plugin_licenses_ratio: yes
|
||||
output_action: none
|
||||
|
||||
@@ -719,6 +719,9 @@ Leave empty to use default endpoint.</p>
|
||||
<td rowspan="2"><p>GitHub GraphQL API endpoint</p>
|
||||
<p>Can be used to support <a href="https://github.com/enterprise">GitHub enterprises server</a>.
|
||||
Leave empty to use default endpoint.</p>
|
||||
<blockquote>
|
||||
<p>ℹ️ GraphQL octokit will automatically append <code>/graphql</code> to provided endpoint</p>
|
||||
</blockquote>
|
||||
<img width="900" height="1" alt=""></td>
|
||||
</tr>
|
||||
<tr>
|
||||
|
||||
@@ -84,6 +84,10 @@ Dependencies will be analyzed by [GitHub licensed](https://github.com/github/lic
|
||||
<tr>
|
||||
<td nowrap="nowrap"><h4><code>plugin_licenses_setup</code></h4></td>
|
||||
<td rowspan="2"><p>Setup command</p>
|
||||
<blockquote>
|
||||
<p>ℹ️ Depending on the project, this may not be required.
|
||||
The example command is intended for NodeJs projects that use <code>npm</code> to install their dependencies.</p>
|
||||
</blockquote>
|
||||
<img width="900" height="1" alt=""></td>
|
||||
</tr>
|
||||
<tr>
|
||||
@@ -125,7 +129,7 @@ with:
|
||||
template: repository
|
||||
repo: metrics
|
||||
plugin_licenses: yes
|
||||
plugin_licenses_setup: npm ci
|
||||
plugin_licenses_setup: bash -c '[[ -f package.json ]] && npm ci || true'
|
||||
|
||||
```
|
||||
```yaml
|
||||
@@ -138,7 +142,7 @@ with:
|
||||
template: repository
|
||||
repo: metrics
|
||||
plugin_licenses: yes
|
||||
plugin_licenses_setup: npm ci
|
||||
plugin_licenses_setup: bash -c '[[ -f package.json ]] && npm ci || true'
|
||||
plugin_licenses_legal: no
|
||||
plugin_licenses_ratio: yes
|
||||
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
template: repository
|
||||
repo: metrics
|
||||
plugin_licenses: 'yes'
|
||||
plugin_licenses_setup: npm ci
|
||||
plugin_licenses_setup: bash -c '[[ -f package.json ]] && npm ci || true'
|
||||
use_mocked_data: 'yes'
|
||||
verify: 'yes'
|
||||
timeout: 1800000
|
||||
|
||||
Reference in New Issue
Block a user