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 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