From b52286ce5f717fced4c5f42e292e9b0bb2b1a56e Mon Sep 17 00:00:00 2001 From: Mashiro <107276926+mashiro-san@users.noreply.github.com> Date: Tue, 12 Jul 2022 13:10:04 -0400 Subject: [PATCH 1/2] Update release.yml --- .github/release.yml | 37 +++++++++++++++++++++++++++++++++++++ 1 file changed, 37 insertions(+) create mode 100644 .github/release.yml diff --git a/.github/release.yml b/.github/release.yml new file mode 100644 index 0000000..62b766c --- /dev/null +++ b/.github/release.yml @@ -0,0 +1,37 @@ +changelog: + categories: + - title: ⚠️ Breaking Change + labels: + - breaking change + - title: ⚠️ Deprecated + labels: + - deprecated + - title: ❌ Removed + labels: + - removed + - title: 🔐 Security + labels: + - security + - title: ⭐ New Features + labels: + - enhancements + - experimental + - feature + - feature request + - title: 🐞 Bug Fixes + labels: + - bug + - critical bug + - title: 📄 Documentation + labels: + - documentation + - title: 🔧 Optimizations + labels: + - optimization + - title: 🧰 Internal + labels: + - internal + - refactor + - title: 📘 Dependencies + labels: + - dependencies \ No newline at end of file From 1082b3729e387b9da9caf830308e00059b4eec10 Mon Sep 17 00:00:00 2001 From: Mashiro <107276926+mashiro-san@users.noreply.github.com> Date: Tue, 12 Jul 2022 13:10:05 -0400 Subject: [PATCH 2/2] Update bot.yml --- .github/workflows/bot.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/workflows/bot.yml b/.github/workflows/bot.yml index 6629fc1..9cef458 100644 --- a/.github/workflows/bot.yml +++ b/.github/workflows/bot.yml @@ -17,5 +17,11 @@ jobs: repository-bot: name: Repository[bot] uses: Katsute/Workflows/.github/workflows/bot.yml@main + if: >- + ${{ + (github.repository_owner == 'Katsute' || github.repository_owner == 'KatsuteDev') && + github.actor != 'mashiro-san' && + !endsWith(github.actor, '[bot]') + }} secrets: token: ${{ secrets.BOT }} \ No newline at end of file