From 4075d2c891b4eae038e76c9ab8f59309a9e7f220 Mon Sep 17 00:00:00 2001 From: Earl Warren Date: Mon, 2 Dec 2024 13:20:35 +0100 Subject: [PATCH] chore(ci): run merge conditions when a new commit is pushed Otherwise the latest status of the PR may be skipped instead of fail if the condition is not met. --- .forgejo/workflows/issue-labels.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.forgejo/workflows/issue-labels.yml b/.forgejo/workflows/issue-labels.yml index 886d0640a0..1ceec78cfa 100644 --- a/.forgejo/workflows/issue-labels.yml +++ b/.forgejo/workflows/issue-labels.yml @@ -131,6 +131,7 @@ jobs: ( github.event.action == 'label_updated' || github.event.action == 'edited' || + github.event.action == 'synchronized' || github.event.action == 'opened' ) runs-on: docker