Skip to content

Commit 25f5a11

Browse files
authored
Fix PR labeler (#611)
1 parent d55a105 commit 25f5a11

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

.github/workflows/dev_pr.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,11 @@
1818
name: Labeler
1919

2020
on:
21-
push:
22-
pull_request:
21+
pull_request_target:
22+
types:
23+
- opened
24+
- edited
25+
- synchronize
2326

2427
jobs:
2528
process:

0 commit comments

Comments
 (0)