mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-21 23:21:59 +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
|
- pull_request
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
triage:
|
by-filename:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/labeler@v2
|
- uses: actions/labeler@v2
|
||||||
with:
|
with:
|
||||||
repo-token: "${{ secrets.GITHUB_TOKEN }}"
|
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