diff --git a/buildbot_gitea/webhook.py b/buildbot_gitea/webhook.py index a8bacee..144d860 100644 --- a/buildbot_gitea/webhook.py +++ b/buildbot_gitea/webhook.py @@ -53,7 +53,7 @@ class GiteaHandler(BaseHookHandler): } if codebase is not None: change['codebase'] = codebase - changes.append(change) + changes.insert(0, change) return changes def process_pull_request(self, payload, event_type, codebase):