Skip to content

Commit b2ae324

Browse files
committed
Rebrand
1 parent 9bbed5e commit b2ae324

File tree

267 files changed

+865
-864
lines changed

Some content is hidden

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

267 files changed

+865
-864
lines changed

.github/ISSUE_TEMPLATE/config.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
blank_issues_enabled: false
22
contact_links:
33
- name: 🙏 Request help with setup or report a possible issue
4-
url: https://github.com/lowlighter/metrics/discussions/new?category=q-a
4+
url: https://github.com/Shadowghost/gh-metrics/discussions/new?category=q-a
55
about: Post here when having trouble with setup or configuration
66
- name: 💡 Suggest new features
7-
url: https://github.com/lowlighter/metrics/discussions/new?category=ideas
7+
url: https://github.com/Shadowghost/gh-metrics/discussions/new?category=ideas
88
about: Submit ideas to help us improve
99
- name: 💬 Start a discussion
10-
url: https://github.com/lowlighter/metrics/discussions/new?category=general
10+
url: https://github.com/Shadowghost/gh-metrics/discussions/new?category=general
1111
about: Ask other questions related to this project here

.github/actions/spelling/allow.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ playerstats
3131
rbga
3232
rtime
3333
scm
34+
Shadowghost
3435
shas
3536
splatoon
3637
Splatnet

.github/readme/partials/documentation/compatibility.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -384,4 +384,4 @@
384384
</tr>
385385
</table>
386386

387-
*Note: **markdown template** can actually render any kind of SVG metrics using [`embed` function](https://github.com/lowlighter/metrics/blob/master/source/templates/markdown/example.md#embedding-svg-metrics)*
387+
*Note: **markdown template** can actually render any kind of SVG metrics using [`embed` function](https://github.com/Shadowghost/gh-metrics/blob/master/source/templates/markdown/example.md#embedding-svg-metrics)*

.github/readme/partials/documentation/contributing.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,4 @@ If you are interested in contributing, the following resources may interest you:
1111
* [📖 GitHub Rest API](https://docs.github.com/en/rest)
1212
* [📖 GitHub Octicons](https://github.com/primer/octicons)
1313

14-
Use [`💬 discussions`](https://github.com/lowlighter/metrics/discussions) for feedback, new features suggestions, bugs reports or to request help for installation.
14+
Use [`💬 discussions`](https://github.com/Shadowghost/gh-metrics/discussions) for feedback, new features suggestions, bugs reports or to request help for installation.

.github/readme/partials/documentation/organizations.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
While *metrics* targets mainly user accounts, it's possible to render metrics for organization accounts.
44

5-
![Metrics (organization account)](https://github.com/lowlighter/metrics/blob/examples/metrics.organization.svg)
5+
![Metrics (organization account)](https://github.com/Shadowghost/gh-metrics/blob/examples/metrics.organization.svg)
66

77
## *️⃣ Using *metrics* on organization
88

@@ -15,7 +15,7 @@ Setup is mostly the same as for user accounts. A personal access token from an u
1515

1616
*Example: render metrics for `github` organization*
1717
```yaml
18-
- uses: lowlighter/metrics@latest
18+
- uses: Shadowghost/gh-metrics@latest
1919
with:
2020
token: ${{ secrets.METRICS_TOKEN }}
2121
user: github

.github/readme/partials/documentation/selfhosted.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,9 @@ To run *metrics* action on a self-hosted runner, uses `runs-on: self-hosted`.
2929
```yaml
3030
runs-on: self-hosted
3131
steps:
32-
- uses: lowlighter/metrics@latest
32+
- uses: Shadowghost/gh-metrics@latest
3333
with:
3434
token: ${{ secrets.METRICS_TOKEN }}
3535
```
3636
37-
> 💡 To easily debug workflow errors, use [`debug: yes`](https://github.com/lowlighter/metrics/tree/master/source/plugins/core#debug) option
37+
> 💡 To easily debug workflow errors, use [`debug: yes`](https://github.com/Shadowghost/gh-metrics/tree/master/source/plugins/core#debug) option

.github/readme/partials/documentation/setup/action.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ As a general rule, the following scopes may be required:
3131
- `read:project` for some projects related metrics
3232
- `gist` for publishing renders to gists instead of a repository
3333

34-
> 💡 For security reasons, it is advised to always use the least amount of scopes. It is possible to prevent security issues by [forking this repository](https://github.com/lowlighter/metrics/fork) and using it in your workflow instead (more information available in step 3)
34+
> 💡 For security reasons, it is advised to always use the least amount of scopes. It is possible to prevent security issues by [forking this repository](https://github.com/Shadowghost/gh-metrics/fork) and using it in your workflow instead (more information available in step 3)
3535
3636
![Setup a GitHub personal token](/.github/readme/imgs/setup_personal_token.light.png#gh-light-mode-only)
3737
![Setup a GitHub personal token](/.github/readme/imgs/setup_personal_token.dark.png#gh-dark-mode-only)
@@ -43,7 +43,7 @@ A scope-less token can still display private contributions by enabling `Include
4343

4444
When a plugin has not enough scopes to operate (and `plugins_errors_fatal` is disabled), an error will be reported in the rendering like below:
4545

46-
![Plugin error example](https://github.com/lowlighter/metrics/blob/examples/metrics.plugin.error.svg)
46+
![Plugin error example](https://github.com/Shadowghost/gh-metrics/blob/examples/metrics.plugin.error.svg)
4747

4848
## 2️ Put your GitHub personal token in repository secrets
4949

@@ -73,7 +73,7 @@ jobs:
7373
permissions:
7474
contents: write
7575
steps:
76-
- uses: lowlighter/metrics@latest
76+
- uses: Shadowghost/gh-metrics@latest
7777
with:
7878
token: ${{ secrets.METRICS_TOKEN }}
7979
```
@@ -94,11 +94,11 @@ There are several *metrics* versions that can be used in workflows:
9494
- `@master`/`@main`
9595
- ✔️ Enjoy new features and bug fixes as they're being released
9696
- ✔️ Helps discovering new issues
97-
- ➖ Jobs may fail occasionally (watch [issues](https://github.com/lowlighter/metrics/issues) and [discussions](https://github.com/lowlighter/metrics/discussions) for bug tracking)
97+
- ➖ Jobs may fail occasionally (watch [issues](https://github.com/Shadowghost/gh-metrics/issues) and [discussions](https://github.com/Shadowghost/gh-metrics/discussions) for bug tracking)
9898
- `@{fork}`
9999
- ✔️ Secure as you're in control
100100
- ✔️ Advised when using additional scopes in personal access token
101-
- ➖ Manual updates (watch new [releases](https://github.com/lowlighter/metrics/releases) for updates)
101+
- ➖ Manual updates (watch new [releases](https://github.com/Shadowghost/gh-metrics/releases) for updates)
102102
- `@v{x}.{x}`
103103
- ➖ Pinned versions have no real advantages
104104

.github/readme/partials/documentation/setup/docker.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ A machine with a recent version of [docker](https://www.docker.com/) is required
88

99
The command to use is similar to the following:
1010
```shell
11-
docker run --rm --env INPUT_TOKEN=**** --env INPUT_USER=user --volume=/tmp:/renders ghcr.io/lowlighter/metrics:latest
11+
docker run --rm --env INPUT_TOKEN=**** --env INPUT_USER=user --volume=/tmp:/renders ghcr.io/Shadowghost/gh-metrics:latest
1212
```
1313

1414
To pass parameters, pass environment variable with the same name as the corresponding action option but in uppercase and prefixed with `INPUT_`.

.github/readme/partials/documentation/setup/local.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ A machine with a recent version of [NodeJS](https://nodejs.org) is required (see
99
Run the following command to clone this repository and install dependencies.
1010

1111
```shell
12-
git clone https://github.com/lowlighter/metrics.git
12+
git clone https://github.com/Shadowghost/gh-metrics.git
1313
cd metrics/
1414
npm install
1515
cp settings.example.json settings.json

.github/readme/partials/documentation/setup/shared.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Visit [metrics.lecoq.io](https://metrics.lecoq.io) and start playing around!
2020

2121
> ⚠️ Some plugins are not available on the web instance. Consider using [GitHub action](https://github.com/marketplace/actions/metrics-embed) to enjoy all features!
2222
23-
> ℹ️ [metrics.lecoq.io](https://metrics.lecoq.io) always run on [latest release](https://github.com/lowlighter/metrics/releases/latest). To test upcoming releases, use [beta-metrics.lecoq.io](https://beta-metrics.lecoq.io), which always run on `@master` instead.
23+
> ℹ️ [metrics.lecoq.io](https://metrics.lecoq.io) always run on [latest release](https://github.com/Shadowghost/gh-metrics/releases/latest). To test upcoming releases, use [beta-metrics.lecoq.io](https://beta-metrics.lecoq.io), which always run on `@master` instead.
2424
2525
![metrics.lecoq.io](/.github/readme/imgs/setup_shared.light.png#gh-light-mode-only)
2626
![metrics.lecoq.io](/.github/readme/imgs/setup_shared.dark.png#gh-dark-mode-only)

0 commit comments

Comments
 (0)