Skip to content

Commit 90308cf

Browse files
henryiiiEthanSteinberg
authored andcommitted
ci(fix): don't label weekly dep updates & ci fixes (#4264)
Signed-off-by: Henry Schreiner <[email protected]> Signed-off-by: Henry Schreiner <[email protected]>
1 parent 8cfc1a4 commit 90308cf

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/labeler.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,10 @@ jobs:
1010
steps:
1111

1212
- uses: actions/labeler@main
13-
if: github.event.pull_request.merged == true
13+
if: >
14+
github.event.pull_request.merged == true &&
15+
!startsWith(github.event.pull_request.title, 'chore(deps):') &&
16+
!startsWith(github.event.plul_request.title, 'ci(fix):'
1417
with:
1518
repo-token: ${{ secrets.GITHUB_TOKEN }}
1619
configuration-path: .github/labeler_merged.yml

0 commit comments

Comments
 (0)