Skip to content
This repository was archived by the owner on May 10, 2024. It is now read-only.

Commit 8c64530

Browse files
author
Mashiro
authored
Synchronize configuration files (#2)
* Update release.yml * Update bot.yml
1 parent f0c31fe commit 8c64530

File tree

2 files changed

+43
-0
lines changed

2 files changed

+43
-0
lines changed

.github/release.yml

Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,37 @@
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

.github/workflows/bot.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,5 +17,11 @@ jobs:
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 }}

0 commit comments

Comments
 (0)