From 418e1e81d09175be903729dd347a7302a38c925b Mon Sep 17 00:00:00 2001 From: Qi Zhang Date: Fri, 1 Nov 2024 00:31:02 +0800 Subject: [PATCH] fix: del stale action and rename standalone packaging Signed-off-by: Qi Zhang --- ...se-v6-dind.yml => release-v6-standalone.yml} | 0 .github/workflows/stale.yml | 17 ----------------- 2 files changed, 17 deletions(-) rename .github/workflows/{release-v6-dind.yml => release-v6-standalone.yml} (100%) delete mode 100644 .github/workflows/stale.yml diff --git a/.github/workflows/release-v6-dind.yml b/.github/workflows/release-v6-standalone.yml similarity index 100% rename from .github/workflows/release-v6-dind.yml rename to .github/workflows/release-v6-standalone.yml diff --git a/.github/workflows/stale.yml b/.github/workflows/stale.yml deleted file mode 100644 index dc90e5a1c3..0000000000 --- a/.github/workflows/stale.yml +++ /dev/null @@ -1,17 +0,0 @@ -# Number of days of inactivity before an issue becomes stale -daysUntilStale: 60 -# Number of days of inactivity before a stale issue is closed -daysUntilClose: 7 -# Issues with these labels will never be considered stale -exemptLabels: - - pinned - - security -# Label to use when marking an issue as stale -staleLabel: wontfix -# Comment to post when marking an issue as stale. Set to `false` to disable -markComment: > - This issue has been automatically marked as stale because it has not had - recent activity. It will be closed if no further activity occurs. Thank you - for your contributions. -# Comment to post when closing a stale issue. Set to `false` to disable -closeComment: false