[PR #1559] [MERGED] Add github stale action #2180

Closed
opened 2025-12-29 03:20:07 +01:00 by adam · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/juanfont/headscale/pull/1559
Author: @kradalby
Created: 9/24/2023
Status: Merged
Merged: 9/25/2023
Merged by: @kradalby

Base: mainHead: stale-action


📝 Commits (1)

📊 Changes

1 file changed (+22 additions, -0 deletions)

View changed files

.github/workflows/stale.yml (+22 -0)

📄 Description

We have a lot of issues that has gone stale, and to help us prioritise which ones to pick up, we are adding this stale action to close out issues that are no longer active.

The bot is configured as this:

  • If an issue sees no activity for 6 months (180 days) it is marked as stale
  • If an issue is not confirmed still being an issue within 14 days, it is closed.

This is of course not a perfect solution, but it will hopefully help us prioritise active issues with people who can help us debug.

We might tighten the activity requirement in the future.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/juanfont/headscale/pull/1559 **Author:** [@kradalby](https://github.com/kradalby) **Created:** 9/24/2023 **Status:** ✅ Merged **Merged:** 9/25/2023 **Merged by:** [@kradalby](https://github.com/kradalby) **Base:** `main` ← **Head:** `stale-action` --- ### 📝 Commits (1) - [`889ff4c`](https://github.com/juanfont/headscale/commit/889ff4c0e048d2d626c3471cfb2c74a98208443d) Add github stale action ### 📊 Changes **1 file changed** (+22 additions, -0 deletions) <details> <summary>View changed files</summary> ➕ `.github/workflows/stale.yml` (+22 -0) </details> ### 📄 Description We have a lot of issues that has gone stale, and to help us prioritise which ones to pick up, we are adding this stale action to close out issues that are no longer active. The bot is configured as this: - If an issue sees no activity for 6 months (180 days) it is marked as stale - If an issue is not confirmed still being an issue within 14 days, it is closed. This is of course not a perfect solution, but it will hopefully help us prioritise active issues with people who can help us debug. We might tighten the activity requirement in the future. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
adam added the pull-request label 2025-12-29 03:20:07 +01:00
adam closed this issue 2025-12-29 03:20:07 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/headscale#2180