Like the old stale bot, we had `onlyLabels` to force every issue/ to have all of the provided labels before being processed. ```yml # Only issues or pull requests with all of these labels are check if stale. Defaults to `[]` (disabled) onlyLabels: - "needs info" - "0. needs triage" ```