Skip to content

Commit 314a7e6

Browse files
committed
trigger ownership check on PR edits and labeling
1 parent 8920fc7 commit 314a7e6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/check-changes-ownership.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: 'Check changes ownership'
22
on:
33
pull_request_target:
4-
types: [opened, synchronize]
4+
types: [opened, synchronize, edited, labeled, unlabeled]
55
branches: [ 'main' ]
66
paths:
77
- 'model/**'

0 commit comments

Comments
 (0)