Skip to content

Commit 4a4a018

Browse files
fix: Fix labeler action for PRs (#2915)
1 parent b2cc747 commit 4a4a018

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

.github/labeler.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@ labels:
88
type: "pull_request"
99
draft: False
1010
files:
11-
- "docs\\/*.txt"
11+
- "docs/.*.txt"

.github/workflows/labeler.yaml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,12 @@
1-
name: Issue Labeler
1+
name: Issue and PRs Labeler
22
on:
33
issues:
44
types: [opened, edited]
55
pull_request:
66
types:
7+
- opened
8+
- reopened
9+
- synchronize
710
- ready_for_review
811
jobs:
912
labeler:

0 commit comments

Comments
 (0)