File tree Expand file tree Collapse file tree 3 files changed +20
-12
lines changed
Expand file tree Collapse file tree 3 files changed +20
-12
lines changed Original file line number Diff line number Diff line change 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+ *
Original file line number Diff line number Diff line change 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 }}
Original file line number Diff line number Diff line change 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 }}
You can’t perform that action at this time.
0 commit comments