Skip to content

Commit

Permalink
Update repository files (#193)
Browse files Browse the repository at this point in the history
Co-authored-by: kdevbot[bot] <155479163+kdevbot[bot]@users.noreply.github.com>
  • Loading branch information
kdevbot[bot] authored Jan 22, 2024
1 parent 15ec6dd commit bc12ef8
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 21 deletions.
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 @@ -119,10 +119,10 @@ MNR.Alert[] mnrAlerts = mta.getMNRAlerts();

<!-- 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

0 comments on commit bc12ef8

Please sign in to comment.