Skip to content

Commit 8e9d8e7

Browse files
author
Mashiro
authored
Update repository files (KatsuteDev#55)
1 parent aba6f47 commit 8e9d8e7

File tree

3 files changed

+20
-12
lines changed

3 files changed

+20
-12
lines changed

.github/pull_request_template.md

Lines changed: 18 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,24 @@
1-
### Prerequisites
2-
*Issues must meet the following criteria:*
1+
<!-- PLEASE READ BEFORE SUBMITTING PR
32
4-
- [ ] No similar pull request exists.
5-
- [ ] Code follows the general code style of this project.
6-
- [ ] No sensitive information is exposed.
7-
- [ ] Relevant comments have been added.
3+
Before opening a PR please make sure that:
84
9-
### Code Generators
10-
*The use of GitHub Copilot or ChatGPT is **strictly prohibited** on this repository.*
5+
* No similar PR exists.
6+
* No sensitive information is exposed.
7+
* Code follows the general style of the repository.
8+
* Relevant comments are added.
119
12-
- [ ] This pull does not use GitHub Copilot or ChatGPT.
10+
!!! Important !!!
11+
12+
* Does not include AI generated code, such as GitHub Copilot or ChatGPT.
13+
14+
-->
15+
16+
### Relevant Issues
17+
*List any closed and/or relevant issues*
18+
19+
*
1320

1421
### Changes Made
15-
*List any changes made and/or other relevant issues.*
22+
*List any changes made.*
1623

17-
-
24+
*

.github/workflows/manager.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
uses: Katsute/Workflows/.github/workflows/manager.yml@main
2222
if: >-
2323
${{
24-
(github.repository_owner == 'Katsute' || github.repository_owner == 'KatsuteDev' || github.repository_owner == 'KatsuteTF') &&
24+
(github.repository_owner == 'Katsute' || github.repository_owner == 'KatsuteDev') &&
2525
github.actor != 'mashiro-san' &&
2626
!endsWith(github.actor, '[bot]')
2727
}}

.github/workflows/stale.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,6 @@ jobs:
1313
stale:
1414
name: Stale
1515
uses: Katsute/Workflows/.github/workflows/stale.yml@main
16+
if: github.repository_owner == 'Katsute' || github.repository_owner == 'KatsuteDev'
1617
secrets:
1718
token: ${{ secrets.BOT }}

0 commit comments

Comments
 (0)