[PR #5243] [MERGED] Create stale bot config #17721

Closed
opened 2025-11-02 15:17:52 -06:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/go-gitea/gitea/pull/5243
Author: @sapk
Created: 11/1/2018
Status: Merged
Merged: 12/20/2018
Merged by: @techknowlogick

Base: masterHead: add-stale-bot


📝 Commits (10+)

  • 15279ef Create stale bot config
  • cbd45fe Set specific options for pulls
  • cc7f930 add time of autoclosing in the stale message.
  • bd33bad Add labels confirmed and critical + closeComment
  • 505a047 exclude kind/proposal
  • 7b05ee4 Clean un-needed comments
  • 32c3dc6 Merge branch 'master' into add-stale-bot
  • a99d447 Merge branch 'master' into add-stale-bot
  • 50fb13c Merge branch 'master' into add-stale-bot
  • 7e62c06 Merge branch 'master' into add-stale-bot

📊 Changes

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

View changed files

.github/stale.yml (+52 -0)

📄 Description

https://github.com/probot/stale

For this to work someone of @go-gitea/owners need to activate https://github.com/apps/stale

For starting, I choose 2 month of inactivity and 2 weeks after the issue or PR is closed. I limit to 1 action/hour the bot.

The following labels are skipped :

  • status/blocked
  • kind/security
  • lgtm/done
  • reviewed/confirmed
  • priority/critical
  • kind/proposal

🔄 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/go-gitea/gitea/pull/5243 **Author:** [@sapk](https://github.com/sapk) **Created:** 11/1/2018 **Status:** ✅ Merged **Merged:** 12/20/2018 **Merged by:** [@techknowlogick](https://github.com/techknowlogick) **Base:** `master` ← **Head:** `add-stale-bot` --- ### 📝 Commits (10+) - [`15279ef`](https://github.com/go-gitea/gitea/commit/15279efc29b751032b8a767b01600f7083b5eb27) Create stale bot config - [`cbd45fe`](https://github.com/go-gitea/gitea/commit/cbd45fe98c7e2ad887d619f84e80a3385b09373f) Set specific options for pulls - [`cc7f930`](https://github.com/go-gitea/gitea/commit/cc7f9306824fd134f4b554f9712e1735bd6aad47) add time of autoclosing in the stale message. - [`bd33bad`](https://github.com/go-gitea/gitea/commit/bd33bad44c44a74b86a2e210d9819e3bcfad5989) Add labels confirmed and critical + closeComment - [`505a047`](https://github.com/go-gitea/gitea/commit/505a047bd3d16a8df0390be42ab3dc4ed7bc004c) exclude kind/proposal - [`7b05ee4`](https://github.com/go-gitea/gitea/commit/7b05ee49c791dc4fe956549372ecf68d7c8b72fa) Clean un-needed comments - [`32c3dc6`](https://github.com/go-gitea/gitea/commit/32c3dc6c039ad2061bec953f3909e251784bf730) Merge branch 'master' into add-stale-bot - [`a99d447`](https://github.com/go-gitea/gitea/commit/a99d4477ddc44ce8ead24bcc534f73e886140bcf) Merge branch 'master' into add-stale-bot - [`50fb13c`](https://github.com/go-gitea/gitea/commit/50fb13c965b90a2c0da41a87eaef122823fd2792) Merge branch 'master' into add-stale-bot - [`7e62c06`](https://github.com/go-gitea/gitea/commit/7e62c06b5938b355ca04459aaafe1d97777ab2a6) Merge branch 'master' into add-stale-bot ### 📊 Changes **1 file changed** (+52 additions, -0 deletions) <details> <summary>View changed files</summary> ➕ `.github/stale.yml` (+52 -0) </details> ### 📄 Description https://github.com/probot/stale For this to work someone of @go-gitea/owners need to activate https://github.com/apps/stale For starting, I choose 2 month of inactivity and 2 weeks after the issue or PR is closed. I limit to 1 action/hour the bot. The following labels are skipped : - status/blocked - kind/security - lgtm/done - reviewed/confirmed - priority/critical - kind/proposal --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2025-11-02 15:17:52 -06:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/gitea#17721