Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update repository files #127

Merged
merged 1 commit into from
Dec 4, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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 }}
Loading