mirror of
https://github.com/jesseduffield/lazygit.git
synced 2026-09-16 02:26:24 -04:00
Add synchronize event to the hooks of "Check Required Labels"
This commit is contained in:
parent
a22aced1bb
commit
76948f82c1
2
.github/workflows/check-required-label.yml
vendored
2
.github/workflows/check-required-label.yml
vendored
|
|
@ -2,7 +2,7 @@ name: Check Required Labels
|
|||
|
||||
on:
|
||||
pull_request:
|
||||
types: [opened, labeled, unlabeled]
|
||||
types: [opened, labeled, unlabeled, synchronize]
|
||||
|
||||
jobs:
|
||||
check-required-label:
|
||||
|
|
|
|||
Loading…
Reference in a new issue