1
0
mirror of https://github.com/lensapp/lens.git synced 2025-05-20 05:10:56 +00:00

Add if to only run labler on lens own repo but not fork (#1221)

Signed-off-by: Hung-Han (Henry) Chen <1474479+chenhunghan@users.noreply.github.com>
This commit is contained in:
chh 2020-11-04 21:43:17 +08:00 committed by GitHub
parent d7c7593c0d
commit 88a550fbda
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,7 +1,7 @@
--- ---
name: "Pull Request Labeler" name: "Pull Request Labeler"
'on': on:
- pull_request - pull_request
jobs: jobs:
@ -9,6 +9,7 @@ jobs:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- uses: actions/labeler@v2 - uses: actions/labeler@v2
if: github.repository == 'lensapp/lens'
with: with:
repo-token: "${{ secrets.GITHUB_TOKEN }}" repo-token: "${{ secrets.GITHUB_TOKEN }}"
configuration-path: .github/labeler-config.yml configuration-path: .github/labeler-config.yml