Skip to content

Commit

Permalink
Update repository files (#127)
Browse files Browse the repository at this point in the history
  • Loading branch information
Mashiro authored Dec 4, 2023
1 parent d52fb80 commit d74556e
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 12 deletions.
29 changes: 18 additions & 11 deletions .github/pull_request_template.md
Original file line number Diff line number Diff line change
@@ -1,17 +1,24 @@
### Prerequisites
*Issues must meet the following criteria:*
<!-- PLEASE READ BEFORE SUBMITTING PR
- [ ] No similar pull request exists.
- [ ] Code follows the general code style of this project.
- [ ] No sensitive information is exposed.
- [ ] Relevant comments have been added.
Before opening a PR please make sure that:
### Code Generators
*The use of GitHub Copilot or ChatGPT is **strictly prohibited** on this repository.*
* No similar PR exists.
* No sensitive information is exposed.
* Code follows the general style of the repository.
* Relevant comments are added.
- [ ] This pull does not use GitHub Copilot or ChatGPT.
!!! Important !!!
* Does not include AI generated code, such as GitHub Copilot or ChatGPT.
-->

### Relevant Issues
*List any closed and/or relevant issues*

*

### Changes Made
*List any changes made and/or other relevant issues.*
*List any changes made.*

-
*
2 changes: 1 addition & 1 deletion .github/workflows/manager.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
uses: Katsute/Workflows/.github/workflows/manager.yml@main
if: >-
${{
(github.repository_owner == 'Katsute' || github.repository_owner == 'KatsuteDev' || github.repository_owner == 'KatsuteTF') &&
(github.repository_owner == 'Katsute' || github.repository_owner == 'KatsuteDev') &&
github.actor != 'mashiro-san' &&
!endsWith(github.actor, '[bot]')
}}
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/stale.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,6 @@ jobs:
stale:
name: Stale
uses: Katsute/Workflows/.github/workflows/stale.yml@main
if: github.repository_owner == 'Katsute' || github.repository_owner == 'KatsuteDev'
secrets:
token: ${{ secrets.BOT }}

0 comments on commit d74556e

Please sign in to comment.