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

Commit 1e38c13

Browse files
authored
update bot
1 parent 66b105d commit 1e38c13

File tree

3 files changed

+28
-30
lines changed

3 files changed

+28
-30
lines changed

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

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -109,13 +109,13 @@ ThrottledHandler throttled = new ThrottledHandler(new ServerExchangeThrottler(),
109109

110110
## 👨‍💻 Contributing
111111

112-
<!-- GitHub Copilot Disclaimer -->
112+
<!-- Copilot -->
113113
<table>
114114
<img alt="GitHub Copilot" align="left" src="https://raw.githubusercontent.com/KatsuteDev/.github/main/profile/copilot-dark.png#gh-dark-mode-only" width="50">
115115
<img alt="GitHub Copilot" align="left" src="https://raw.githubusercontent.com/KatsuteDev/.github/main/profile/copilot-light.png#gh-light-mode-only" width="50">
116116
<p>GitHub Copilot is <b>strictly prohibited</b> on this repository.<br>Pulls using this will be rejected.</p>
117117
</table>
118-
<!-- GitHub Copilot Disclaimer -->
118+
<!-- Copilot -->
119119

120120
#### 💻 Running Tests Locally
121121

0 commit comments

Comments
 (0)