Skip to content

Commit

Permalink
Update repository files (#129)
Browse files Browse the repository at this point in the history
  • Loading branch information
Mashiro authored Jan 1, 2024
1 parent e656f71 commit 5f51cd4
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/stale.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ name: Stale
on:
workflow_dispatch:
schedule:
- cron: 0 11 * 1-2,11-12 1
- cron: 0 10 * 3-10 1
- cron: 0 11 * 1-2,11-12 *
- cron: 0 10 * 3-10 *
issues:
types: [closed]
pull_request:
Expand Down
2 changes: 1 addition & 1 deletion build.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (C) 2023 Katsute <https://github.com/Katsute>
// Copyright (C) 2024 Katsute <https://github.com/Katsute>

const fs = require("fs");
const path = require("path");
Expand Down
2 changes: 1 addition & 1 deletion src/style.css
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/* Copyright (C) 2023 Katsute <https://github.com/Katsute> */
/* Copyright (C) 2024 Katsute <https://github.com/Katsute> */

:root {
--rissue-issue-closed : var(--color-danger-emphasis, #da3633);
Expand Down

0 comments on commit 5f51cd4

Please sign in to comment.