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
c5dc2f461d
commit
bc94f8f837
14
.github/workflows/labeler.yml
vendored
14
.github/workflows/labeler.yml
vendored
@ -1,10 +1,6 @@
|
||||
name: "Pull Request Labeler"
|
||||
on:
|
||||
pull_request:
|
||||
branches:
|
||||
- master
|
||||
issues:
|
||||
types: [opened]
|
||||
pull_request
|
||||
|
||||
jobs:
|
||||
by-filename:
|
||||
@ -13,11 +9,3 @@ jobs:
|
||||
- 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