diff --git a/.github/workflows/stale.yml b/.github/workflows/stale.yml index 581fcc7..f4767a3 100644 --- a/.github/workflows/stale.yml +++ b/.github/workflows/stale.yml @@ -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: diff --git a/build.js b/build.js index acfa2ea..59a23c1 100644 --- a/build.js +++ b/build.js @@ -1,4 +1,4 @@ -// Copyright (C) 2023 Katsute +// Copyright (C) 2024 Katsute const fs = require("fs"); const path = require("path"); diff --git a/src/style.css b/src/style.css index 8c29f3f..e36a216 100644 --- a/src/style.css +++ b/src/style.css @@ -1,4 +1,4 @@ -/* Copyright (C) 2023 Katsute */ +/* Copyright (C) 2024 Katsute */ :root { --rissue-issue-closed : var(--color-danger-emphasis, #da3633);