Prepare release v3.5 (#168)
This commit is contained in:
@@ -144,8 +144,8 @@
|
||||
` # Schedule updates (each hour)`,
|
||||
` schedule: [{cron: "0 * * * *"}]`,
|
||||
` # Lines below let you run workflow manually and on each commit`,
|
||||
` push: {branches: ["master", "main"]}`,
|
||||
` workflow_dispatch:`,
|
||||
` push: {branches: ["master", "main"]}`,
|
||||
`jobs:`,
|
||||
` github-metrics:`,
|
||||
` runs-on: ubuntu-latest`,
|
||||
@@ -154,8 +154,6 @@
|
||||
` with:`,
|
||||
` # Your GitHub token`,
|
||||
` token: ${"$"}{{ secrets.METRICS_TOKEN }}`,
|
||||
` # GITHUB_TOKEN is a special auto-generated token restricted to current repository, which is used to push files in it`,
|
||||
` committer_token: ${"$"}{{ secrets.GITHUB_TOKEN }}`,
|
||||
``,
|
||||
` # Options`,
|
||||
` user: ${this.user }`,
|
||||
|
||||
@@ -29,7 +29,7 @@ Dependencies will be analyzed with [github/licensed](https://github.com/github/l
|
||||
# ... other options
|
||||
template: repository
|
||||
user: repository-owner
|
||||
query: '{"repo":"repository-name"}'
|
||||
repo: repository-name
|
||||
plugin_licenses: yes
|
||||
plugin_licenses_setup: npm ci # Command to setup target repository
|
||||
plugin_licenses_ratio: yes # Display used licenses ratio
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
with:
|
||||
token: MOCKED_TOKEN
|
||||
template: repository
|
||||
query: '{"repo":"metrics"}'
|
||||
repo: metrics
|
||||
plugin_licenses: yes
|
||||
plugin_licenses_setup: npm ci
|
||||
plugin_licenses_ratio: yes
|
||||
|
||||
@@ -16,6 +16,6 @@ Template crafted for repositories, mimicking GitHub visual identity.
|
||||
with:
|
||||
# ... other options
|
||||
template: classic
|
||||
user: repository-owner # Optional if you're the owner of target repository
|
||||
query: '{"repo":"repository-name"}' # Use a JSON encoded object to pass your repository name in "repo" key
|
||||
user: repository-owner # Optional if you're the owner of target repository and you're using your own personal token
|
||||
repo: repository-name # Repository name
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user