-
Notifications
You must be signed in to change notification settings - Fork 28
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'main' into csm1.12-version
- Loading branch information
Showing
85 changed files
with
1,278 additions
and
1,304 deletions.
There are no files selected for viewing
This file contains 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,31 +1,19 @@ | ||
# CODEOWNERS | ||
# | ||
# documentation for this file can be found at: | ||
# Documentation for this file can be found at: | ||
# https://help.github.com/en/articles/about-code-owners | ||
|
||
# These are the default owners for the code and will | ||
# be requested for review when someone opens a pull request. | ||
# order is alphabetical for easier maintenance. | ||
# Order is alphabetical for easier maintenance. | ||
# | ||
# Abhilash (abhi16394) | ||
# Abhilash Muralidhara (abhi16394) | ||
# Adarsh Kumar Yadav (adarsh-dell) | ||
# Akshay Saini (AkshaySainiDell) | ||
# Aaron Tye (atye) | ||
# Ashley Joy (ashleyvjoy) | ||
# Bharath Sreekanth (bharathsreekanth) | ||
# Deepak Ghivari (Deepak-Ghivari) | ||
# Emily Kinuthia (EmilyKatdell) | ||
# Jacob Grosner (JacobGros) | ||
# Jooseppi Luna (jooseppi-luna) | ||
# Rajshree Khare (khareRajshree) | ||
# Kshitija Kakde (KshitijaKakde) | ||
# Kumar Karthik Gosa (kumarkgosa) | ||
# Abrar Basha (mbasha-dell) | ||
# Matt Schmaelzle (mjsdell) | ||
# Prabhu Revur (prabhu-dell) | ||
# Rishabh Raj (rishabhatdell) | ||
# Sakshi Garg (sakshi-garg1) | ||
# Shayna Finocchiaro (shaynafinocchiaro) | ||
# Surya Prakash Gupta (suryagupta4) | ||
# Bahubali Jain (bpjain2004) | ||
# Don Khan (donatwork) | ||
# Trevor Dawe (tdawe) | ||
|
||
# for all files | ||
* @abhi16394 @adarsh-dell @AkshaySainiDell @bpjain2004 @donatwork @tdawe | ||
|
||
* @abhi16394 @adarsh-dell @AkshaySainiDell @atye @ashleyvjoy @bharathsreekanth @Deepak-Ghivari @EmilyKatdell @JacobGros @jooseppi-luna @khareRajshree @KshitijaKakde @kumarkgosa @mbasha-dell @mjsdell @prabhu-dell @rishabhatdell @sakshi-garg1 @shaynafinocchiaro @suryagupta4 |
This file contains 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 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,13 @@ | ||
name: Golang Static Analysis | ||
on: # yamllint disable-line rule:truthy | ||
push: | ||
branches: [main] | ||
pull_request: | ||
branches: ["**"] | ||
|
||
jobs: | ||
|
||
# golang static analysis checks | ||
go-static-analysis: | ||
uses: dell/common-github-actions/.github/workflows/go-static-analysis.yaml@main | ||
name: Golang Validation |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains 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 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 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 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 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 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 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.