Skip to content
This repository was archived by the owner on May 10, 2024. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ on: [pull_request_target]
jobs:
dependabot:
name: Dependabot[bot]
uses: KatsuteDev/Workflows/.github/workflows/dependabot.yml@main
uses: KatsuteDev/workflows/.github/workflows/dependabot.yml@main
32 changes: 16 additions & 16 deletions .github/workflows/stale.yml
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
name: Stale
on:
workflow_dispatch:
schedule:
- cron: 0 11 * 1-2,11-12 *
- cron: 0 10 * 3-10 *
issues:
types: [closed]
pull_request:
types: [closed]
jobs:
stale:
name: Stale
uses: KatsuteDev/Workflows/.github/workflows/stale.yml@main
if: github.repository_owner == 'KatsuteDev'
name: Stale
on:
workflow_dispatch:
schedule:
- cron: 0 11 * 1-2,11-12 *
- cron: 0 10 * 3-10 *
issues:
types: [closed]
pull_request:
types: [closed]

jobs:
stale:
name: Stale
uses: KatsuteDev/workflows/.github/workflows/stale.yml@main
if: github.repository_owner == 'KatsuteDev'
secrets: inherit
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -110,10 +110,10 @@ ThrottledHandler throttled = new ThrottledHandler(new ServerExchangeThrottler(),

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