Skip to content

Commit 58c4650

Browse files
committed
transfer repository
1 parent 1d6c673 commit 58c4650

File tree

11 files changed

+149
-63
lines changed

11 files changed

+149
-63
lines changed

.github/ISSUE_TEMPLATE/bug.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ body:
88
value: |
99
Before opening a bug report please check that your issue was not already discussed in the following:
1010
11-
* [Issues](https://github.com/Katsute/GitHub-Red-Issues/issues?q=is%3Aissue+is%3Aopen+label%3Abug%2C%22critical+bug%22)
11+
* [Issues](https://github.com/KatsuteDev/GitHub-Red-Issues/issues?q=is%3Aissue+is%3Aopen+label%3Abug%2C%22critical+bug%22)
1212
1313
Please also check that:
1414

.github/ISSUE_TEMPLATE/feature.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ body:
88
value: |
99
Before opening a feature request please check that your idea was not already discussed in the following:
1010
11-
* [Issues](https://github.com/Katsute/GitHub-Red-Issues/issues?q=is%3Aissue+is%3Aopen+label%3A%22feature+request%22)
11+
* [Issues](https://github.com/KatsuteDev/GitHub-Red-Issues/issues?q=is%3Aissue+is%3Aopen+label%3A%22feature+request%22)
1212
1313
Please also check that:
1414

.github/pull_request_template.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
### Prerequisites
22
*Issues must meet the following criteria:*
33

4-
- [ ] No similar [pull request](https://github.com/Katsute/GitHub-Red-Issues/pulls) exists.
4+
- [ ] No similar pull request exists.
55
- [ ] Code follows the general code style of this project.
66
- [ ] No sensitive information is exposed.
77
- [ ] Relevant comments have been added.

.github/workflows/bot.yml

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
name: Repository[bot]
2+
on:
3+
workflow_dispatch: {}
4+
label:
5+
types: [created, edited, deleted]
6+
issues:
7+
types: [opened, closed, reopened, edited]
8+
issue_comment:
9+
types: [created, edited]
10+
pull_request:
11+
branches: [main]
12+
types: [opened, closed, reopened, edited]
13+
release:
14+
types: [created, published]
15+
16+
jobs:
17+
repository-bot:
18+
name: Repository[bot]
19+
uses: Katsute/Workflows/.github/workflows/bot.yml@main
20+
if: >-
21+
${{
22+
(github.repository_owner == 'Katsute' || github.repository_owner == 'KatsuteDev') &&
23+
github.actor != 'mashiro-san' &&
24+
!endsWith(github.actor, '[bot]')
25+
}}
26+
secrets:
27+
token: ${{ secrets.BOT }}

.github/workflows/dependabot.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
name: Dependabot[bot]
2+
on: [pull_request_target]
3+
4+
jobs:
5+
dependabot:
6+
name: Dependabot[bot]
7+
uses: Katsute/Workflows/.github/workflows/dependabot.yml@main

.github/workflows/npm_ci.yml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
name: npm CI
2+
3+
on:
4+
push: {}
5+
pull_request:
6+
branches: [main]
7+
8+
jobs:
9+
npm_ci:
10+
name: npm CI
11+
uses: Katsute/Workflows/.github/workflows/npm.ci.yml@main
12+
with:
13+
test: false

README.md

Lines changed: 11 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,18 @@
11
<div align="center">
2-
<a href="https://github.com/Katsute/GitHub-Red-Issues#readme">
3-
<img src="https://raw.githubusercontent.com/Katsute/GitHub-Red-Issues/main/assets/icon.png" width=100 alt="(✔)">
2+
<a href="https://github.com/KatsuteDev/GitHub-Red-Issues#readme">
3+
<img src="https://raw.githubusercontent.com/KatsuteDev/GitHub-Red-Issues/main/assets/icon.png" width=100 alt="(✔)">
44
</a>
55
<h3>GitHub Red Issues</h3>
66
<p>Revert closed GitHub issues from purple back to red.</p>
77
<div>
8-
<a href="https://github.com/Katsute/GitHub-Red-Issues/issues">Report an Issue</a>
8+
<a href="https://github.com/KatsuteDev/GitHub-Red-Issues/issues">Report an Issue</a>
99
10-
<a href="https://github.com/Katsute/GitHub-Red-Issues/archive/refs/heads/main.zip">Download Repository</a>
10+
<a href="https://github.com/KatsuteDev/GitHub-Red-Issues/archive/refs/heads/main.zip">Download Repository</a>
1111
1212
<a href="https://chrome.google.com/webstore/detail/github-red-issues/kjbbjibfgnnfdeabgmbieapkhpojikpc">Chrome Extension</a>
1313
1414
<a href="https://addons.mozilla.org/firefox/addon/github-red-issues">Mozilla Add-on</a>
15-
</div>
1615
<br>
17-
<div>
1816
<a href="http://creativecommons.org/licenses/by-nc-sa/4.0/"><img src="https://i.creativecommons.org/l/by-nc-sa/4.0/88x31.png" alt="Creative Commons License"></a>
1917
<br><br>
2018
<a href="https://chrome.google.com/webstore/detail/github-red-issues/kjbbjibfgnnfdeabgmbieapkhpojikpc"><img src="https://img.shields.io/chrome-web-store/stars/kjbbjibfgnnfdeabgmbieapkhpojikpc?label=Chrome&style=flat-square" alt="Chrome Web Store Rating"></a>
@@ -28,14 +26,14 @@
2826

2927
#### Chrome (recommended)
3028

31-
<a href="https://chrome.google.com/webstore/detail/github-red-issues/kjbbjibfgnnfdeabgmbieapkhpojikpc"><img src="https://raw.githubusercontent.com/Katsute/GitHub-Red-Issues/main/assets/chrome.svg" width="48" alt="Google Chrome"></a>
32-
<a href="https://chrome.google.com/webstore/detail/github-red-issues/kjbbjibfgnnfdeabgmbieapkhpojikpc"><img src="https://raw.githubusercontent.com/Katsute/GitHub-Red-Issues/main/assets/edge.svg" width="48" alt="Microsoft Edge"></a>
33-
<a href="https://chrome.google.com/webstore/detail/github-red-issues/kjbbjibfgnnfdeabgmbieapkhpojikpc"><img src="https://raw.githubusercontent.com/Katsute/GitHub-Red-Issues/main/assets/opera.svg" width="48" alt="Opera"></a>
29+
<a href="https://chrome.google.com/webstore/detail/github-red-issues/kjbbjibfgnnfdeabgmbieapkhpojikpc"><img src="https://raw.githubusercontent.com/KatsuteDev/GitHub-Red-Issues/main/assets/chrome.svg" width="48" alt="Google Chrome"></a>
30+
<a href="https://chrome.google.com/webstore/detail/github-red-issues/kjbbjibfgnnfdeabgmbieapkhpojikpc"><img src="https://raw.githubusercontent.com/KatsuteDev/GitHub-Red-Issues/main/assets/edge.svg" width="48" alt="Microsoft Edge"></a>
31+
<a href="https://chrome.google.com/webstore/detail/github-red-issues/kjbbjibfgnnfdeabgmbieapkhpojikpc"><img src="https://raw.githubusercontent.com/KatsuteDev/GitHub-Red-Issues/main/assets/opera.svg" width="48" alt="Opera"></a>
3432
[![Chrome Web Store](https://img.shields.io/chrome-web-store/v/kjbbjibfgnnfdeabgmbieapkhpojikpc?label=%20&style=flat-square)](https://chrome.google.com/webstore/detail/github-red-issues/kjbbjibfgnnfdeabgmbieapkhpojikpc)
3533

3634
#### Firefox (recommended)
3735

38-
<a href="https://addons.mozilla.org/firefox/addon/github-red-issues"><img src="https://raw.githubusercontent.com/Katsute/GitHub-Red-Issues/main/assets/firefox.svg" width="48" alt="Mozilla Firefox"></a>
36+
<a href="https://addons.mozilla.org/firefox/addon/github-red-issues"><img src="https://raw.githubusercontent.com/KatsuteDev/GitHub-Red-Issues/main/assets/firefox.svg" width="48" alt="Mozilla Firefox"></a>
3937
[![Mozilla Add-on](https://img.shields.io/amo/v/github-red-issues?label=%20&style=flat-square)](https://addons.mozilla.org/firefox/addon/github-red-issues)
4038

4139
#### Checkout
@@ -60,9 +58,9 @@ Reverted closed issues from purple to red on:
6058

6159
## 👨‍💻 Contributing
6260

63-
- Found a bug? Open a new [issue](https://github.com/Katsute/GitHub-Red-Issues/issues).
64-
- Want to contribute? Create a [fork](https://github.com/Katsute/GitHub-Red-Issues/fork) and open a [pull request](https://github.com/Katsute/GitHub-Red-Issues/pulls).
61+
- Found a bug? Open a new [issue](https://github.com/KatsuteDev/GitHub-Red-Issues/issues).
62+
- Want to contribute? Create a [fork](https://github.com/KatsuteDev/GitHub-Red-Issues/fork) and open a [pull request](https://github.com/KatsuteDev/GitHub-Red-Issues/pulls).
6563

6664
### 💼 License
6765

68-
This extension is released under the [CC-BY-NC-SA 4.0 License](https://github.com/Katsute/GitHub-Red-Issues/blob/main/LICENSE).
66+
This extension is released under the [CC-BY-NC-SA 4.0 License](https://github.com/KatsuteDev/GitHub-Red-Issues/blob/main/LICENSE).

0 commit comments

Comments
 (0)