Skip to content

Commit ce1af97

Browse files
authored
Remove PR labeler bot (pydata#8525)
* remove labeler bot config * remove labeler workflows * revert pydata#7431
1 parent ab6a255 commit ce1af97

File tree

4 files changed

+1
-112
lines changed

4 files changed

+1
-112
lines changed

.github/labeler.yml

-85
This file was deleted.

.github/workflows/benchmarks.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77

88
jobs:
99
benchmark:
10-
if: ${{ contains( github.event.pull_request.labels.*.name, 'run-benchmark') && github.event_name == 'pull_request' || contains( github.event.pull_request.labels.*.name, 'topic-performance') && github.event_name == 'pull_request' || github.event_name == 'workflow_dispatch' }}
10+
if: ${{ contains( github.event.pull_request.labels.*.name, 'run-benchmark') && github.event_name == 'pull_request' || github.event_name == 'workflow_dispatch' }}
1111
name: Linux
1212
runs-on: ubuntu-20.04
1313
env:

.github/workflows/label-all.yml

-14
This file was deleted.

.github/workflows/label-prs.yml

-12
This file was deleted.

0 commit comments

Comments
 (0)