[PATCH] D115708: Disable issue labeler in LLVM forks
Anton Korobeynikov via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Dec 14 09:03:09 PST 2021
This revision was landed with ongoing or failed builds.
This revision was automatically updated to reflect the committed changes.
Closed by commit rG84f2ef2f2953: Disable issue labeler in LLVM forks (authored by alexbatashev, committed by asl).
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D115708/new/
https://reviews.llvm.org/D115708
Files:
.github/workflows/new-issues.yml
Index: .github/workflows/new-issues.yml
===================================================================
--- .github/workflows/new-issues.yml
+++ .github/workflows/new-issues.yml
@@ -6,6 +6,7 @@
jobs:
automate-issues-labels:
runs-on: ubuntu-latest
+ if: github.repository == 'llvm/llvm-project'
steps:
- uses: andymckay/labeler at 1.0.4
with:
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D115708.394282.patch
Type: text/x-patch
Size: 376 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20211214/5f92e93a/attachment.bin>
More information about the llvm-commits
mailing list