How / what retriggers plugin re-evaluation?

Hi, I’ve submitted a new plugin to GitHub - obsidianmd/obsidian-releases: Community plugins list, theme list, and releases of Obsidian.
ObsidianReviewBot found some issues in my code and it’s comment says:

Do NOT open a new PR for re-validation.
Once you have pushed all of the required changess, the bot will reevaluate your PR within 6 hours.

What does it mean by “pushed”? What does it monitor? The code in the main branch of the linked Github repo? Does it look for a new Release? Does it expect the 1.0.0 release to be deleted, modified and recreated? Because I’ve tried all of those three things and after more that 12 hours no new scan has been done.

Also, do you know what’s the average time for a plugin to be actually reviewed / approved?

Thanks

It looks at the code in the repo’s main branch.
Can you link to your PR?

We cannot give any ETA’s for reviews/approvals.

Hi joethei. The PR is #3005

You skipped, which means the bot will do nothing.
To get a “Ready for review” from the bot, you need to make ALL the requested changes.

I’ll take a look at the code in the next few days.

Thank you very much, joethei.
Indeed I replayed with “/skip” after may more than 6 hours after committing changes to main, hence my post here!