-
Notifications
You must be signed in to change notification settings - Fork 0
CI: Update repository owner conditions across CI workflows #3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
plfj
wants to merge
43
commits into
main
Choose a base branch
from
fix
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from all commits
Commits
Show all changes
43 commits
Select commit
Hold shift + click to select a range
c603199
Change repository owner condition in CI workflow
Aasyaco b197ea2
Change repository condition for Buildifier job
Aasyaco 2e8654d
Change repository owner condition for metrics build
Aasyaco 36140d4
Update repository condition for Python tests
Aasyaco d9a0bf0
Change repository owner condition in CI workflow
Aasyaco bfab423
Change repository owner for commit access request
Aasyaco 1c2c924
Change repository owner in commit access review
Aasyaco e21d91f
Update repository condition for docs build job
Aasyaco 2e50db0
Change repository condition for email validation job
Aasyaco 4f40485
Update repository condition in issue-release workflow
Aasyaco 6170ae5
Update repository source in issue-release workflow
Aasyaco afe41dd
Change repository condition for auto-subscribe job
Aasyaco ba073e3
Change repository owner condition in workflow
Aasyaco 98609bb
Change repository condition for Python tests
Aasyaco 2bb90c3
Change repository owner condition in workflow
Aasyaco f6513ea
Update owner logic
Aasyaco 909d06c
Update owner logic
Aasyaco 9835873
Update repository condition for merged PRs workflow
Aasyaco 206aa63
Change repository owner for SPIR-V tests
plfj d52a86d
Change repository condition in new-issues workflow
plfj 3abf640
Update repository check in new-prs.yml
plfj ab55425
Change repository condition in PR workflow
plfj 283315d
Change repository condition for auto-subscribe job
plfj 26f628a
Change repository owner condition in code linter
plfj 888c79c
Change repository owner condition in premerge.yaml
plfj f0b072a
Change repository condition from llvm to zrsx
plfj f847fef
Change repository owner condition from 'llvm' to 'zrsx'
plfj 9f3438a
Change repository owner condition from 'llvm' to 'zrsx'
plfj 89cc2e6
Change repository condition in release-tasks.yml
plfj ccf1584
Update repository condition for Scorecard analysis
plfj b8592c6
Change repository owner condition for SPIR-V tests
plfj aae3040
Change repository owner condition from 'llvm' to 'zrsx'
plfj 1956c76
Change repository owner for version check
plfj 2e5d51b
Update premerge workflow for Ubuntu and Windows runners
Aasyaco 3fa539b
Change build environment from Windows to Ubuntu
Aasyaco 10d3be1
Update Bazel workflow to use new repository settings
Aasyaco 682a67d
Add Dependabot configuration for GitHub Actions
Aasyaco e475a2d
Change Bazel build runner to ubuntu-24.04
Aasyaco f2ec82f
Update Bazel test command in workflow
Aasyaco aa38102
Update repository owner condition in premerge checks
Aasyaco 11f72a2
Update bazel-checks.yml
Aasyaco 62993bf
[github/CODEOWNERS] Fix codeowner with correction
George-Codr ea45e9e
[github/CODEOWNERS] Fix codeowner with correction
George-Codr File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,190 +1 @@ | ||
| # This file lists reviewers that are auto-assigned when a pull request modifies | ||
| # certain files or directories. If you add yourself to this file, you commit to | ||
| # reviewing a large fraction of pull requests in the relevant area. | ||
| # | ||
| # The GitHub "code owners" mechanism is used exclusively to auto-assign | ||
| # reviewers and does not carry significance beyond that. It is not necessary | ||
| # to receive an approval from a "code owner" in particular -- any LLVM project | ||
| # member can approve pull requests. | ||
| # | ||
| # This is independent of LLVM's own "maintainer" concept. | ||
| # See https://llvm.org/docs/DeveloperPolicy.html#maintainers as well as the | ||
| # Maintainers.* files in the the respective subproject directories. | ||
|
|
||
| /libcxx/ @llvm/reviewers-libcxx | ||
| /libcxxabi/ @llvm/reviewers-libcxxabi | ||
| /libunwind/ @llvm/reviewers-libunwind | ||
| /runtimes/ @llvm/reviewers-libcxx | ||
|
|
||
| /llvm/lib/Analysis/BasicAliasAnalysis.cpp @nikic | ||
| /llvm/lib/Analysis/HashRecognize.cpp @artagnon @pfusik | ||
| /llvm/lib/Analysis/InstructionSimplify.cpp @nikic | ||
| /llvm/lib/Analysis/LazyValueInfo.cpp @nikic | ||
| /llvm/lib/Analysis/ScalarEvolution.cpp @nikic | ||
| /llvm/lib/Analysis/ValueTracking.cpp @nikic | ||
| /llvm/lib/IR/ConstantRange.cpp @nikic | ||
| /llvm/lib/IR/Core.cpp @nikic | ||
| /llvm/lib/Transforms/Scalar/CorrelatedValuePropagation.cpp @nikic | ||
| /llvm/lib/Transforms/Scalar/MemCpyOptimizer.cpp @nikic | ||
| /llvm/lib/Transforms/InstCombine/ @nikic | ||
|
|
||
| # AMDGPU buffer pointer lowerings | ||
| /llvm/lib/Target/AMDGPU/AMDGPULowerBufferFatPointers.cpp @krzysz00 | ||
|
|
||
| /clang/test/CXX/drs/ @Endilll | ||
| /clang/www/cxx_dr_status.html @Endilll | ||
| /clang/www/make_cxx_dr_status @Endilll | ||
|
|
||
| /clang/include/clang/CIR @lanza @bcardosolopes @xlauko @andykaylor | ||
| /clang/lib/CIR @lanza @bcardosolopes @xlauko @andykaylor | ||
| /clang/tools/cir-* @lanza @bcardosolopes @xlauko @andykaylor | ||
|
|
||
| /lldb/ @JDevlieghere | ||
|
|
||
| # MLIR Interfaces. | ||
| /mlir/include/mlir/Interfaces/TilingInterface.* @MaheshRavishankar @nicolasvasilache | ||
| /mlir/lib/Interfaces/TilingInterface.* @MaheshRavishankar @nicolasvasilache | ||
| /mlir/include/mlir/Interfaces/ValueBoundsOpInterface.* @matthias-springer | ||
| /mlir/lib/Interfaces/ValueBoundsOpInterface.* @matthias-springer | ||
| /mlir/**/ValueBoundsOpInterfaceImpl.* @matthias-springer | ||
| /mlir/include/mlir/Interfaces/RuntimeVerifiableOpInterface.* @matthias-springer | ||
| /mlir/lib/Interfaces/RuntimeVerifiableOpInterface.* @matthias-springer | ||
| /mlir/**/RuntimeVerifiableOpInterfaceImpl.* @matthias-springer | ||
| /mlir/include/mlir/Interfaces/SubsetOpInterface.* @matthias-springer | ||
| /mlir/lib/Interfaces/SubsetOpInterface.* @matthias-springer | ||
| /mlir/**/SubsetOpInterfaceImpl.* @matthias-springer | ||
| /mlir/include/mlir/Interfaces/DestinationStyleOpInterface.* @matthias-springer | ||
| /mlir/lib/Interfaces/DestinationStyleOpInterface.* @matthias-springer | ||
|
|
||
| # AMDGPU and ROCDL dialects in MLIR. | ||
| /mlir/include/mlir/Dialect/AMDGPU @krzysz00 @kuhar | ||
| /mlir/lib/Dialect/AMDGPU @krzysz00 @kuhar | ||
| /mlir/lib/Conversion/*AMDGPU* @krzysz00 @kuhar | ||
| /mlir/lib/Conversion/*ToROCDL @krzysz00 @kuhar | ||
| /mlir/include/mlir/Dialect/LLVMIR/ROCDL* @krzysz00 @kuhar | ||
|
|
||
| # Arith dialect in MLIR. | ||
| /mlir/include/mlir/Dialect/Arith @kuhar | ||
| /mlir/lib/Dialect/Arith @kuhar | ||
| /mlir/lib/Conversion/ArithTo* @kuhar | ||
|
|
||
| # XeGPU and XeVM dialects in MLIR. | ||
| /mlir/include/mlir/Dialect/XeGPU @charithaintc @Jianhui-Li | ||
| /mlir/lib/Dialect/XeGPU @charithaintc @Jianhui-Li | ||
| /mlir/lib/Conversion/*XeGPU* @charithaintc @Jianhui-Li | ||
| /mlir/include/mlir/Dialect/XeGPU/Transforms @charithaintc @Jianhui-Li | ||
| /mlir/lib/Dialect/XeGPU/Transforms @charithaintc @Jianhui-Li | ||
| /mlir/include/mlir/Dialect/XeGPU/TransformOps @charithaintc @Jianhui-Li @tkarna | ||
| /mlir/lib/Dialect/XeGPU/TransformOps @charithaintc @Jianhui-Li @tkarna | ||
| /mlir/include/mlir/Dialect/LLVMIR/XeVM* @silee2 | ||
| /mlir/lib/Dialect/LLVMIR/IR/XeVM @silee2 | ||
| /mlir/lib/Conversion/*XeVM* @silee2 | ||
|
|
||
| # Bufferization Dialect in MLIR. | ||
| /mlir/include/mlir/Dialect/Bufferization @matthias-springer | ||
| /mlir/lib/Dialect/Bufferization @matthias-springer | ||
| /mlir/**/BufferizableOpInterfaceImpl.* @matthias-springer | ||
| /mlir/Dialect/*/Transforms/Bufferize.cpp @matthias-springer | ||
|
|
||
| # DLTI Dialect in MLIR | ||
| /mlir/**/Dialect/DLTI @rolfmorel | ||
| /mlir/**/DataLayoutInterfaces.* @rolfmorel | ||
|
|
||
| # Linalg Dialect in MLIR. | ||
| /mlir/include/mlir/Dialect/Linalg @dcaballe @nicolasvasilache @rengolin | ||
| /mlir/lib/Dialect/Linalg @dcaballe @nicolasvasilache @rengolin | ||
| /mlir/lib/Dialect/Linalg/Transforms/DecomposeLinalgOps.cpp @MaheshRavishankar @nicolasvasilache | ||
| /mlir/lib/Dialect/Linalg/Transforms/DropUnitDims.cpp @dcaballe @MaheshRavishankar @nicolasvasilache | ||
| /mlir/lib/Dialect/Linalg/Transforms/ElementwiseOpFusion.cpp @MaheshRavishankar @nicolasvasilache | ||
| /mlir/lib/Dialect/Linalg/Transforms/DataLayoutPropagation.cpp @nicolasvasilache | ||
| /mlir/lib/Dialect/Linalg/Transforms/Transforms.cpp @dcaballe @nicolasvasilache | ||
| /mlir/lib/Dialect/Linalg/Transforms/Vectorization.cpp @banach-space @dcaballe @nicolasvasilache @Groverkss | ||
|
|
||
| # MemRef Dialect in MLIR. | ||
| /mlir/lib/Dialect/MemRef/Transforms/EmulateNarrowType.cpp @MaheshRavishankar @nicolasvasilache | ||
|
|
||
| # Vector Dialect in MLIR. | ||
| /mlir/**/*AMX* @aartbik @dcaballe | ||
| /mlir/**/*Neon* @banach-space @dcaballe @nicolasvasilache | ||
| /mlir/**/*SME* @banach-space @dcaballe @nicolasvasilache | ||
| /mlir/**/*SVE* @banach-space @dcaballe @nicolasvasilache | ||
| /mlir/**/*VectorInterfaces* @dcaballe @nicolasvasilache | ||
| /mlir/**/*VectorToSCF* @banach-space @dcaballe @matthias-springer @nicolasvasilache | ||
| /mlir/**/*VectorToLLVM* @banach-space @dcaballe @nicolasvasilache | ||
| /mlir/**/*X86Vector* @aartbik @dcaballe @nicolasvasilache | ||
| /mlir/include/mlir/Dialect/Vector @banach-space @dcaballe @nicolasvasilache @Groverkss | ||
| /mlir/include/mlir/Dialect/Vector/IR @kuhar | ||
| /mlir/lib/Dialect/Vector @banach-space @dcaballe @nicolasvasilache @Groverkss | ||
| /mlir/lib/Dialect/Vector/Transforms/* @banach-space @dcaballe @nicolasvasilache | ||
| /mlir/lib/Dialect/Vector/Transforms/VectorEmulateNarrowType.cpp @banach-space @dcaballe @MaheshRavishankar @nicolasvasilache | ||
| /mlir/**/*EmulateNarrowType* @dcaballe | ||
|
|
||
| # Presburger library in MLIR | ||
| /mlir/**/*Presburger* @Groverkss @Superty | ||
|
|
||
| # Tensor Dialect in MLIR. | ||
| /mlir/lib/Dialect/Tensor/IR/TensorTilingInterfaceImpl.cpp @nicolasvasilache | ||
| /mlir/lib/Dialect/Tensor/Transforms/* @nicolasvasilache | ||
|
|
||
| # Transform Dialect in MLIR. | ||
| /mlir/include/mlir/Dialect/Transform/* @ftynse @nicolasvasilache @rolfmorel | ||
| /mlir/lib/Dialect/Transform/* @ftynse @nicolasvasilache @rolfmorel | ||
| /mlir/**/*TransformOps* @ftynse @nicolasvasilache @rolfmorel | ||
|
|
||
| # SPIR-V Dialect in MLIR. | ||
| /mlir/**/SPIRV/ @antiagainst @kuhar | ||
| /mlir/**/SPIRVTo*/ @antiagainst @kuhar | ||
| /mlir/**/*ToSPIRV/ @antiagainst @kuhar | ||
| /mlir/tools/mlir-tblgen/SPIRVUtilsGen.cpp @antiagainst @kuhar | ||
|
|
||
| # MLIR Sparsifier. | ||
| /mlir/**/*SparseTensor*/ @aartbik @PeimingLiu @yinying-lisa-li @matthias-springer | ||
|
|
||
| # MLIR NVGPU Dialect | ||
| /mlir/**/NVGPU*/ @grypp | ||
| /mlir/test/**/CUDA/ @grypp | ||
|
|
||
| # MLIR GPU Dialect | ||
| /mlir/**/GPU*/ @fabianmcg | ||
|
|
||
| # MLIR NVVM Dialect in MLIR | ||
| /mlir/**/LLVMIR/**/BasicPtxBuilderInterface* @grypp | ||
| /mlir/**/NVVM* @grypp | ||
|
|
||
| # MLIR Index Dialect | ||
| /mlir/**/Index* @mogball | ||
|
|
||
| # MLIR Python Bindings | ||
| /mlir/test/python/ @ftynse @makslevental @stellaraccident @rolfmorel | ||
| /mlir/python/ @ftynse @makslevental @stellaraccident @rolfmorel | ||
| /mlir/lib/Bindings/Python @makslevental @rolfmorel | ||
| /mlir/include/Bindings/Python @makslevental @rolfmorel | ||
|
|
||
| # MLIR Mem2Reg/SROA | ||
| /mlir/**/Transforms/Mem2Reg.* @moxinilian | ||
| /mlir/**/Transforms/SROA.* @moxinilian | ||
|
|
||
| # MLIR IRDL-related | ||
| /mlir/**/*IRDL* @moxinilian | ||
|
|
||
| # BOLT | ||
| /bolt/ @aaupov @maksfb @rafaelauler @ayermolo @yota9 @paschalis-mpeis @yozhu @yavtuk | ||
|
|
||
| # Bazel build system. | ||
| /utils/bazel/ @rupprecht @keith @aaronmondal | ||
|
|
||
| # InstallAPI and TextAPI | ||
| /llvm/**/TextAPI/ @cyndyishida | ||
| /clang/**/InstallAPI/ @cyndyishida | ||
| /clang/tools/clang-installapi/ @cyndyishida | ||
|
|
||
| # ExtractAPI | ||
| /clang/**/ExtractAPI @QuietMisdreavus @snprajwal | ||
|
|
||
| # DWARFLinker, dwarfutil, dsymutil | ||
| /llvm/**/DWARFLinker/ @JDevlieghere | ||
| /llvm/**/dsymutil/ @JDevlieghere | ||
| /llvm/**/llvm-dwarfutil/ @JDevlieghere | ||
|
|
||
| # libclang/Python bindings | ||
| /clang/bindings/python @DeinAlptraum | ||
| * @zrsx/core-dev |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,24 @@ | ||
| version: 2 | ||
| updates: | ||
| - package-ecosystem: github-actions | ||
| directory: / | ||
| schedule: | ||
| interval: daily | ||
| rebase-strategy: auto | ||
| groups: | ||
| github-actions: | ||
| patterns: | ||
| - "*" | ||
| open-pull-requests-limit: 5 | ||
|
|
||
| commit-message: | ||
| prefix: "deps(actions)" | ||
| include: scope | ||
|
|
||
| labels: | ||
| - dependencies | ||
| - github-actions | ||
| reviewers: | ||
| - strsp/core-dev | ||
| allow: | ||
| - dependency-type: "all" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Registry namespace is now inconsistent with the new owner gate.
With Line 28 switched to
zrsx, this workflow runs in the fork, but image references at Lines 75-77 still useghcr.io/llvm/.... Usingsecrets.GITHUB_TOKENfromzrsx/llvm-projectis unlikely to have push rights there, so publish/save steps can fail.🤖 Prompt for AI Agents