Paginate stale label lookup #1
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "fix-stale-label-pagination"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Stale label lookup only read the first repository label page. In repos with many labels, the action could miss an existing stale label and try to recreate it before labeling items.
This uses the existing paginator for label lookup and adds a mock Forgejo regression that places the stale label on page two.
Tested with
make test.