This repository was archived by the owner on May 10, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +43
-0
lines changed Expand file tree Collapse file tree 2 files changed +43
-0
lines changed Original file line number Diff line number Diff line change 1+ changelog :
2+ categories :
3+ - title : ⚠️ Breaking Change
4+ labels :
5+ - breaking change
6+ - title : ⚠️ Deprecated
7+ labels :
8+ - deprecated
9+ - title : ❌ Removed
10+ labels :
11+ - removed
12+ - title : 🔐 Security
13+ labels :
14+ - security
15+ - title : ⭐ New Features
16+ labels :
17+ - enhancements
18+ - experimental
19+ - feature
20+ - feature request
21+ - title : 🐞 Bug Fixes
22+ labels :
23+ - bug
24+ - critical bug
25+ - title : 📄 Documentation
26+ labels :
27+ - documentation
28+ - title : 🔧 Optimizations
29+ labels :
30+ - optimization
31+ - title : 🧰 Internal
32+ labels :
33+ - internal
34+ - refactor
35+ - title : 📘 Dependencies
36+ labels :
37+ - dependencies
Original file line number Diff line number Diff line change 1717 repository-bot :
1818 name : Repository[bot]
1919 uses : Katsute/Workflows/.github/workflows/bot.yml@main
20+ if : >-
21+ ${{
22+ (github.repository_owner == 'Katsute' || github.repository_owner == 'KatsuteDev') &&
23+ github.actor != 'mashiro-san' &&
24+ !endsWith(github.actor, '[bot]')
25+ }}
2026 secrets :
2127 token : ${{ secrets.BOT }}
You can’t perform that action at this time.
0 commit comments