Skip to content

Commit 2c78c6f

Browse files
fix labeler workflow
1 parent d00a860 commit 2c78c6f

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/labeler.yml

+5-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
name: Pull Request Labeler
2+
23
on:
3-
- pull_request_target
4+
pull_request:
5+
types: [opened, reopened]
6+
# on:
7+
# - pull_request_target
48

59
jobs:
610
triage:

0 commit comments

Comments
 (0)