Skip to content

Commit 41d8b0a

Browse files
authored
update bot
1 parent 61a621c commit 41d8b0a

File tree

3 files changed

+26
-30
lines changed

3 files changed

+26
-30
lines changed

.github/bot.yml

Lines changed: 0 additions & 2 deletions
This file was deleted.

.github/workflows/bot.yml

Lines changed: 0 additions & 28 deletions
This file was deleted.

.github/workflows/manager.yml

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
name: Repository Manager
2+
on:
3+
workflow_dispatch:
4+
create:
5+
issues:
6+
types: [opened, reopened, closed]
7+
pull_request:
8+
branches: [main]
9+
types: [opened, reopened, closed]
10+
issue_comment:
11+
types: [created]
12+
release:
13+
types: [published]
14+
15+
jobs:
16+
manager:
17+
name: Repository Manager
18+
uses: Katsute/Workflows/.github/workflows/manager.yml@main
19+
if: >-
20+
${{
21+
(github.repository_owner == 'Katsute' || github.repository_owner == 'KatsuteDev') &&
22+
github.actor != 'mashiro-san' &&
23+
!endsWith(github.actor, '[bot]')
24+
}}
25+
secrets:
26+
token: ${{ secrets.BOT }}

0 commit comments

Comments
 (0)