Disable issue labeler in LLVM forks

LLVM forks may use GitHub Actions as well as the upstream projects,
but they do not necessarily follow the same development processes.
Disable automatic issue labeling for forks, so that it does not
interfere with downstream repo automation.

Reviewed By: tstellar

Differential Revision: https://reviews.llvm.org/D115708
This commit is contained in:
Alexander Batashev
2021-12-14 20:01:52 +03:00
committed by Anton Korobeynikov
parent dd245bab9f
commit 84f2ef2f29

View File

@@ -6,6 +6,7 @@ on:
jobs:
automate-issues-labels:
runs-on: ubuntu-latest
if: github.repository == 'llvm/llvm-project'
steps:
- uses: andymckay/labeler@1.0.4
with: