Josh Soref 0e933d6760 Fix logging because not all items are issues
https://github.com/jsoref/stale-bot-debug/actions/runs/5828506506/job/15806335430#step:2:56

Processing the batch of issues  #1  containing  3  issues...
::group::[#3] Pull request #3
[#3] Pull request #3
...
::group::[#2] Issue #2
[#2] Issue #2
...
::group::[#1] Issue #1
[#1] Issue #1
...
Batch  #1  processed.
No more issues found to process. Exiting...
Statistics:
Processed items: 3
├── Processed issues: 2
└── Processed PRs   : 1

Clearly this action sometimes understands that users do not view all
items as issues.

This change applies the `items` nomenclature to this initial logging.
2023-08-11 10:38:46 -04:00
..