mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-21 15:12:02 +00:00
Update labeler.yml
This commit is contained in:
parent
8c404eb3a8
commit
83146bb70d
10
.github/workflows/labeler.yml
vendored
10
.github/workflows/labeler.yml
vendored
@ -3,9 +3,17 @@ on:
|
||||
- pull_request
|
||||
|
||||
jobs:
|
||||
triage:
|
||||
by-filename:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/labeler@v2
|
||||
with:
|
||||
repo-token: "${{ secrets.GITHUB_TOKEN }}"
|
||||
new-feature:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: Naturalclar/issue-action@v1.0.0
|
||||
with:
|
||||
keywords: '["New Feature"]'
|
||||
labels: '["pr-feature"]'
|
||||
github-token: "${{ secrets.GITHUB_TOKEN }}"
|
||||
|
Loading…
Reference in New Issue
Block a user