mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-12-04 13:32:13 +00:00
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:
parent
18a72fa91a
commit
f8a401bbf7
1
.github/labeler.keywords.yml
vendored
1
.github/labeler.keywords.yml
vendored
@ -1 +0,0 @@
|
|||||||
pr-feature: "New Feature"
|
|
19
.github/labeler.yml
vendored
19
.github/labeler.yml
vendored
@ -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/**/*"
|
|
11
.github/workflows/labeler.yml
vendored
11
.github/workflows/labeler.yml
vendored
@ -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 }}"
|
|
Loading…
Reference in New Issue
Block a user