mirror of
https://github.com/lensapp/lens.git
synced 2025-05-20 05:10:56 +00:00
Remove PR auto labler (#1272)
Signed-off-by: Hung-Han (Henry) Chen <1474479+chenhunghan@users.noreply.github.com>
This commit is contained in:
parent
94ac081588
commit
15030f5ce9
17
.github/labeler-config.yml
vendored
17
.github/labeler-config.yml
vendored
@ -1,17 +0,0 @@
|
|||||||
---
|
|
||||||
area/ui:
|
|
||||||
- src/renderer/**/*
|
|
||||||
area/test:
|
|
||||||
- integration/**/*
|
|
||||||
- __mocks__/**/*
|
|
||||||
area/extension:
|
|
||||||
- extensions/**/*
|
|
||||||
- src/extensions/**/*
|
|
||||||
area/documentation:
|
|
||||||
- README.md
|
|
||||||
- docs/**/*
|
|
||||||
area/ci:
|
|
||||||
- .github/workflows/**/*
|
|
||||||
- .azure-pipelines.yml
|
|
||||||
dependencies:
|
|
||||||
- yarn.lock
|
|
||||||
15
.github/workflows/labeler.yml
vendored
15
.github/workflows/labeler.yml
vendored
@ -1,15 +0,0 @@
|
|||||||
---
|
|
||||||
name: "Pull Request Labeler"
|
|
||||||
|
|
||||||
on:
|
|
||||||
- pull_request
|
|
||||||
|
|
||||||
jobs:
|
|
||||||
triage:
|
|
||||||
runs-on: ubuntu-latest
|
|
||||||
steps:
|
|
||||||
- uses: actions/labeler@v2
|
|
||||||
if: github.repository == 'lensapp/lens'
|
|
||||||
with:
|
|
||||||
repo-token: "${{ secrets.GITHUB_TOKEN }}"
|
|
||||||
configuration-path: .github/labeler-config.yml
|
|
||||||
Loading…
Reference in New Issue
Block a user