Replace the manual loop for checking excluded namespaces with
the built-in slices.Contains function. This change enhances
the readability and efficiency of the code, while also
allowing for wildcard matching in exclusion.
Replace the manual loop for checking excluded namespaces with
the built-in slices.Contains function. This change enhances
the readability and efficiency of the code, while also
allowing for wildcard matching in exclusion.
sparetimecoder
(Migrated from gitlab.com)
approved these changes 2025-10-01 08:38:18 +00:00
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
Replace the manual loop for checking excluded namespaces with
the built-in slices.Contains function. This change enhances
the readability and efficiency of the code, while also
allowing for wildcard matching in exclusion.
added 2 commits
a7ce0a5b- 1 commit from branchmaster3623ede8- refactor: simplify namespace exclusion logicCompare with previous version
approved this merge request