From 95717688a5bc92cf3b65ed2c43e3d6fcfc0d20d5 Mon Sep 17 00:00:00 2001 From: sebavan Date: Wed, 13 Mar 2024 17:39:23 +0100 Subject: [PATCH] Update stale.yml --- .github/workflows/stale.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/stale.yml b/.github/workflows/stale.yml index 86f523c56b7..ac2806278b5 100644 --- a/.github/workflows/stale.yml +++ b/.github/workflows/stale.yml @@ -22,7 +22,7 @@ jobs: # The labels that mean a pull request is exempt from being marked as stale. Separate multiple labels with commas (eg. "label1,label2"). exempt-pr-labels: no-stale # Run the processor in debug mode without actually performing any operations on live issues. - debug-only: true # optional, default is false + # debug-only: true # optional, default is false # The maximum number of operations per run, used to control rate limiting (GitHub API CRUD related). operations-per-run: 100 # optional, default is 30