diff --git a/.github/stale.yml b/.github/stale.yml index dad19fa128..1caa4f0228 100644 --- a/.github/stale.yml +++ b/.github/stale.yml @@ -28,3 +28,6 @@ markComment: > # Limit the number of actions per hour, from 1-30. Default is 30 limitPerRun: 1 + +# Limit to only `issues` or `pulls` +only: issues