diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index 925ed8a..72cacef 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -1,17 +1,24 @@ -### Prerequisites -*Issues must meet the following criteria:* + + +### Relevant Issues +*List any closed and/or relevant issues* + + * ### Changes Made -*List any changes made and/or other relevant issues.* +*List any changes made.* - - \ No newline at end of file + * \ No newline at end of file diff --git a/.github/workflows/manager.yml b/.github/workflows/manager.yml index ef1b337..e845ed9 100644 --- a/.github/workflows/manager.yml +++ b/.github/workflows/manager.yml @@ -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]') }} diff --git a/.github/workflows/stale.yml b/.github/workflows/stale.yml index 582104d..581fcc7 100644 --- a/.github/workflows/stale.yml +++ b/.github/workflows/stale.yml @@ -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 }} \ No newline at end of file