Labeler seems to require additional permissions from PR authors (#7466)

* Delete labeler.yml

* Delete labeler.keywords.yml

* Delete labeler.yml
This commit is contained in:
Ivan Blinkov 2019-10-24 08:56:53 +08:00 committed by GitHub
parent 18a72fa91a
commit f8a401bbf7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 0 additions and 31 deletions

View File

@ -1 +0,0 @@
pr-feature: "New Feature"

19
.github/labeler.yml vendored
View File

@ -1,19 +0,0 @@
# Documentation PRs
documentation:
- "**/*.md"
- "docs/**/*"
pr-documentation:
- "**/*.md"
- "docs/**/*"
# Component labels
comp-mutations:
- "**/*Mutation*"
comp-matview:
- "**/*MaterializedView*"
comp-skipidx:
- "**/*Indices*"
comp-kafka:
- "dbms/src/Storages/Kafka/**/*"
- "dbms/tests/integration/test_storage_kafka/**/*"
- "utils/kafka/**/*"

View File

@ -1,11 +0,0 @@
name: "Pull Request Labeler"
on:
pull_request
jobs:
by-filename:
runs-on: ubuntu-latest
steps:
- uses: "actions/labeler@v2"
with:
repo-token: "${{ secrets.GITHUB_TOKEN }}"