From ced9a5cad8eb01612b202e47e7cfc46d46f9b8a5 Mon Sep 17 00:00:00 2001 From: Mashiro <107276926+mashiro-san@users.noreply.github.com> Date: Mon, 4 Dec 2023 11:00:53 +0000 Subject: [PATCH] Update repository files --- .github/pull_request_template.md | 29 ++++++++++++++++++----------- .github/workflows/manager.yml | 2 +- .github/workflows/stale.yml | 1 + 3 files changed, 20 insertions(+), 12 deletions(-) diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index 925ed8ae..72cacefb 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 ef1b337b..e845ed92 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 582104db..581fcc74 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