mirror of
https://github.com/intel/llvm.git
synced 2026-01-26 21:53:12 +08:00
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:
committed by
Anton Korobeynikov
parent
dd245bab9f
commit
84f2ef2f29
1
.github/workflows/new-issues.yml
vendored
1
.github/workflows/new-issues.yml
vendored
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user