aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows/close-stale-issues.yml
diff options
context:
space:
mode:
authorGravatar Reinier van der Leer <pwuts@agpt.co> 2024-01-29 17:23:47 +0100
committerGravatar Reinier van der Leer <pwuts@agpt.co> 2024-01-29 17:23:47 +0100
commit7ffc374bb58376317f249c929e5846e57b0da543 (patch)
tree49c4f6ced963ce22da38a6e1c308def0ec8ef180 /.github/workflows/close-stale-issues.yml
parentfix: Fix missing categories in data_types.py (diff)
parentfix(agent/json_utils): Make `extract_dict_from_response` more robust (diff)
downloadAuto-GPT-bringing-in-the-benchmark.tar.gz
Auto-GPT-bringing-in-the-benchmark.tar.bz2
Auto-GPT-bringing-in-the-benchmark.zip
Merge branch 'master' into bringing-in-the-benchmarkbringing-in-the-benchmark
Diffstat (limited to '.github/workflows/close-stale-issues.yml')
-rw-r--r--.github/workflows/close-stale-issues.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/close-stale-issues.yml b/.github/workflows/close-stale-issues.yml
index 615e3ef64..f8d66dcea 100644
--- a/.github/workflows/close-stale-issues.yml
+++ b/.github/workflows/close-stale-issues.yml
@@ -13,7 +13,7 @@ jobs:
steps:
- uses: actions/stale@v8
with:
- operations-per-run: 5000
+ # operations-per-run: 5000
stale-issue-message: >
This issue has automatically been marked as _stale_ because it has not had
any activity in the last 50 days. You can _unstale_ it by commenting or
@@ -28,7 +28,7 @@ jobs:
days-before-stale: 50
days-before-close: 10
# Do not touch meta issues:
- exempt-issue-labels: meta
+ exempt-issue-labels: meta,fridge,project management
# Do not affect pull requests:
days-before-pr-stale: -1
days-before-pr-close: -1