Skip to content

Commit

Permalink
Merge pull request #5833 from H-A-R-S-H-K/status-update
Browse files Browse the repository at this point in the history
Updated Repository Overview to mark meshery-smi-conformance-action as archived
  • Loading branch information
vishalvivekm authored Aug 31, 2024
2 parents d149dbe + acacf32 commit fa512c6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions src/sections/Community/Handbook/repo-data.js
Original file line number Diff line number Diff line change
Expand Up @@ -264,6 +264,7 @@ export const repo_data = [
"A utility for validating the conformance of service mesh implementations and their adherence to the Service Mesh Interface specifications.",
repository:
"https://github.com/layer5io/meshery-smi-conformance-action",
accessRequired: "*archived",
},
{
project: "Meshery Operator",
Expand Down
3 changes: 2 additions & 1 deletion src/sections/Community/Handbook/repository.js
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,7 @@ const Repository = () => {
</tr>
</thead>
{backendProject.subdata.map((subdata) => {
const { project,image,language,description,repository,link,maintainers_name } = subdata;
const { project,image,language,description,repository,link,maintainers_name,accessRequired } = subdata;
const smpClass = project === "SMP Action";
const siteIconClasses = smpClass ? "site-icon inline smp-action" : "site-icon inline";
return (
Expand Down Expand Up @@ -236,6 +236,7 @@ const Repository = () => {
>
<img className="github-icon" src={github} alt="github-icon" />
</a>
<div className="accessRequired"> { accessRequired != "" ? accessRequired : ""}</div>
</td>
</tr>
</tbody>
Expand Down

0 comments on commit fa512c6

Please sign in to comment.