From 645323cd027ea209438f7bb2339dd37b4beea51e Mon Sep 17 00:00:00 2001 From: Marc 'risson' Schmitt Date: Wed, 29 Jan 2025 00:55:34 +0100 Subject: [PATCH] ci: rename use stale label instead of wontfix (#12848) * ci: rename use stale label instead of wontfix Signed-off-by: Marc 'risson' Schmitt * use status prefix Signed-off-by: Jens Langhammer --------- Signed-off-by: Marc 'risson' Schmitt Signed-off-by: Jens Langhammer Co-authored-by: Jens Langhammer --- .github/workflows/repo-stale.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/repo-stale.yml b/.github/workflows/repo-stale.yml index 141212b03b..9e2c5f444e 100644 --- a/.github/workflows/repo-stale.yml +++ b/.github/workflows/repo-stale.yml @@ -1,8 +1,8 @@ -name: 'authentik-repo-stale' +name: "authentik-repo-stale" on: schedule: - - cron: '30 1 * * *' + - cron: "30 1 * * *" workflow_dispatch: permissions: @@ -25,7 +25,7 @@ jobs: days-before-stale: 60 days-before-close: 7 exempt-issue-labels: pinned,security,pr_wanted,enhancement,bug/confirmed,enhancement/confirmed,question,status/reviewing - stale-issue-label: wontfix + stale-issue-label: status/stale stale-issue-message: > 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