Skip to content

Commit

Permalink
ci: rename use stale label instead of wontfix (#12848)
Browse files Browse the repository at this point in the history
* ci: rename use stale label instead of wontfix

Signed-off-by: Marc 'risson' Schmitt <[email protected]>

* use status prefix

Signed-off-by: Jens Langhammer <[email protected]>

---------

Signed-off-by: Marc 'risson' Schmitt <[email protected]>
Signed-off-by: Jens Langhammer <[email protected]>
Co-authored-by: Jens Langhammer <[email protected]>
  • Loading branch information
rissson and BeryJu authored Jan 28, 2025
1 parent 06d57a7 commit 645323c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/repo-stale.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
name: 'authentik-repo-stale'
name: "authentik-repo-stale"

on:
schedule:
- cron: '30 1 * * *'
- cron: "30 1 * * *"
workflow_dispatch:

permissions:
Expand All @@ -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
Expand Down

0 comments on commit 645323c

Please sign in to comment.