Fixes a case where the job would always get triggered when a PR is edited - the reason being always having a mismatch between the annotations, since one of them is added practically always, but not at the stage where we process the PR event.
Also now events are handled only if the annotations in the PR got changed when the PR was edited.