Skip to content

Commit 599d2b0

Browse files
authored
Merge pull request #521 from OpenVicProject/improve/dependabot-pr-label-automation
Reduce dependabot label automation run attempts
2 parents 896f9ab + f992805 commit 599d2b0

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/dependabot-labels.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@ name: Dependabot Auto-Label
22
on:
33
pull_request:
44
types: [opened, labeled]
5+
branches: [master]
6+
paths:
7+
- deps/openvic-dataloader
8+
- deps/lexy-vdf
9+
- scripts
510

611
permissions:
712
pull-requests: write

0 commit comments

Comments
 (0)