Skip to content

Commit 17d016b

Browse files
committed
ci: align the labels with the auto-labeleer and vice versa
I cleaned up some junk labels last week and didn't realize that I broke this action a bit 🙈 Signed-off-by: R. Tyler Croy <rtyler@brokenco.de>
1 parent bf72299 commit 17d016b

3 files changed

Lines changed: 52 additions & 31 deletions

File tree

.github/labeler.yml

Lines changed: 52 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,52 @@
1+
#
2+
# This file contains the defined labels for <https://github.com/actions/labeler>
3+
---
4+
5+
project:
6+
- changed-files:
7+
- any-glob-to-any-file:
8+
- .github/**.*
9+
10+
documentation:
11+
- changed-files:
12+
- any-glob-to-any-file:
13+
- README.adoc
14+
- ./**/README.md
15+
- CODE_OF_CONDUCT.md
16+
- CONTRIBUTING.md
17+
- python/docs/**/*
18+
19+
binding/python:
20+
- changed-files:
21+
- any-glob-to-any-file:
22+
- python/**/*
23+
24+
binding/rust:
25+
- changed-files:
26+
- any-glob-to-any-file:
27+
- crates/**/*
28+
29+
storage/aws:
30+
- changed-files:
31+
- any-glob-to-any-file:
32+
- crates/aws/**/*
33+
34+
storage/azure:
35+
- changed-files:
36+
- any-glob-to-any-file:
37+
- crates/azure/**/*
38+
39+
storage/gcp:
40+
- changed-files:
41+
- any-glob-to-any-file:
42+
- crates/gcp/**/*
43+
44+
storage/hdfs:
45+
- changed-files:
46+
- any-glob-to-any-file:
47+
- crates/hdfs/**/*
48+
49+
storage/lakefs:
50+
- changed-files:
51+
- any-glob-to-any-file:
52+
- crates/lakefs/**/*

.github/workflows/dev_pr.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@ jobs:
2828
uses: actions/labeler@634933edcd8ababfe52f92936142cc22ac488b1b
2929
with:
3030
repo-token: ${{ secrets.GITHUB_TOKEN }}
31-
configuration-path: .github/workflows/dev_pr/labeler.yml
3231
sync-labels: true
3332

3433
commitlint:

.github/workflows/dev_pr/labeler.yml

Lines changed: 0 additions & 30 deletions
This file was deleted.

0 commit comments

Comments
 (0)