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

Commit dcd71bd

Browse files
authored
Update repository files (#62)
Co-authored-by: kdevbot[bot] <155479163+kdevbot[bot]@users.noreply.github.com>
1 parent 400322b commit dcd71bd

3 files changed

Lines changed: 21 additions & 21 deletions

File tree

.github/workflows/dependabot.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@ on: [pull_request_target]
44
jobs:
55
dependabot:
66
name: Dependabot[bot]
7-
uses: KatsuteDev/Workflows/.github/workflows/dependabot.yml@main
7+
uses: KatsuteDev/workflows/.github/workflows/dependabot.yml@main

.github/workflows/stale.yml

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
1-
name: Stale
2-
on:
3-
workflow_dispatch:
4-
schedule:
5-
- cron: 0 11 * 1-2,11-12 *
6-
- cron: 0 10 * 3-10 *
7-
issues:
8-
types: [closed]
9-
pull_request:
10-
types: [closed]
11-
12-
jobs:
13-
stale:
14-
name: Stale
15-
uses: KatsuteDev/Workflows/.github/workflows/stale.yml@main
16-
if: github.repository_owner == 'KatsuteDev'
1+
name: Stale
2+
on:
3+
workflow_dispatch:
4+
schedule:
5+
- cron: 0 11 * 1-2,11-12 *
6+
- cron: 0 10 * 3-10 *
7+
issues:
8+
types: [closed]
9+
pull_request:
10+
types: [closed]
11+
12+
jobs:
13+
stale:
14+
name: Stale
15+
uses: KatsuteDev/workflows/.github/workflows/stale.yml@main
16+
if: github.repository_owner == 'KatsuteDev'
1717
secrets: inherit

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -110,10 +110,10 @@ ThrottledHandler throttled = new ThrottledHandler(new ServerExchangeThrottler(),
110110

111111
<!-- Copilot -->
112112
<table>
113-
<img alt="GitHub Copilot" align="left" src="https://raw.githubusercontent.com/Katsute/Manager/main/assets/copilot-dark.png#gh-dark-mode-only" width="50">
114-
<img alt="Open AI" align="left" src="https://raw.githubusercontent.com/Katsute/Manager/main/assets/openai-dark.png#gh-dark-mode-only" width="50">
115-
<img alt="GitHub Copilot" align="left" src="https://raw.githubusercontent.com/Katsute/Manager/main/assets/copilot-light.png#gh-light-mode-only" width="50">
116-
<img alt="Open AI" align="left" src="https://raw.githubusercontent.com/Katsute/Manager/main/assets/openai-light.png#gh-light-mode-only" width="50">
113+
<img alt="GitHub Copilot" align="left" src="https://raw.githubusercontent.com/KatsuteDev/kdevbot/main/assets/copilot-dark.png#gh-dark-mode-only" width="50">
114+
<img alt="Open AI" align="left" src="https://raw.githubusercontent.com/KatsuteDev/kdevbot/main/assets/openai-dark.png#gh-dark-mode-only" width="50">
115+
<img alt="GitHub Copilot" align="left" src="https://raw.githubusercontent.com/KatsuteDev/kdevbot/main/assets/copilot-light.png#gh-light-mode-only" width="50">
116+
<img alt="Open AI" align="left" src="https://raw.githubusercontent.com/KatsuteDev/kdevbot/main/assets/openai-light.png#gh-light-mode-only" width="50">
117117
<p>AI generated code is <b>strictly prohibited</b> on this repository.</p>
118118
</table>
119119
<!-- Copilot -->

0 commit comments

Comments
 (0)