1
0
mirror of https://github.com/jesseduffield/lazygit.git synced 2025-10-30 23:57:43 +02:00

Add synchronize event to the hooks of "Check Required Labels" (#4974)

I found that PR status becomes green even if no label added when we use
`Update branch` on GitHub PR page.

So I added `synchronize` event to the hooks of `Check Required Labels`.
This commit is contained in:
Stefan Haller
2025-10-19 17:29:17 +02:00
committed by GitHub

View File

@@ -2,7 +2,7 @@ name: Check Required Labels
on:
pull_request:
types: [opened, labeled, unlabeled]
types: [opened, labeled, unlabeled, synchronize]
jobs:
check-required-label: