Skip to content

Commit 59c4752

Browse files
Update PR labels (#6925)
* Update PR labels Use `topic-documentation` and automatically run benchmarks * [skip-ci] * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * [skip-ci] skip whats-new Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent a37a6b3 commit 59c4752

File tree

1 file changed

+8
-4
lines changed

1 file changed

+8
-4
lines changed

.github/labeler.yml

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,6 @@ dependencies:
1010
- requirements.txt
1111
- ci/requirements/*
1212

13-
documentation:
14-
- doc/*
15-
- doc/**/*
16-
1713
topic-arrays:
1814
- xarray/core/duck_array_ops.py
1915

@@ -37,6 +33,10 @@ topic-dask:
3733
topic-DataTree:
3834
- xarray/core/datatree*
3935

36+
topic-documentation:
37+
- ['doc/*', '!doc/whats-new.rst']
38+
- doc/**/*
39+
4040
topic-faq:
4141
- doc/howdoi.rst
4242

@@ -54,6 +54,10 @@ topic-indexing:
5454
- xarray/core/indexes.py
5555
- xarray/core/indexing.py
5656

57+
run-benchmark:
58+
- asv_bench/benchmarks/*
59+
- asv_bench/benchmarks/**/*
60+
5761
topic-performance:
5862
- asv_bench/benchmarks/*
5963
- asv_bench/benchmarks/**/*

0 commit comments

Comments
 (0)