-
Notifications
You must be signed in to change notification settings - Fork 430
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Change CSN references to OHCN (#8433)
Co-authored-by: Khavin Shankar <[email protected]>
- Loading branch information
1 parent
4f3261b
commit 322818f
Showing
32 changed files
with
98 additions
and
121 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
Validating CODEOWNERS rules …
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 +1 @@ | ||
* @coronasafe/code-reviewers @coronasafe/care-fe-code-reviewers | ||
* @ohcnetwork/care-fe-code-reviewers |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -10,39 +10,39 @@ jobs: | |
issue_opened_and_reopened: | ||
name: issue_opened_and_reopened | ||
runs-on: ubuntu-latest | ||
if: github.repository == 'coronasafe/care_fe' && github.event_name == 'issues' && github.event.action == 'opened' || github.event.action == 'reopened' | ||
if: github.repository == 'ohcnetwork/care_fe' && github.event_name == 'issues' && github.event.action == 'opened' || github.event.action == 'reopened' | ||
steps: | ||
- name: 'Move issue to "Triage"' | ||
uses: leonsteinhaeuser/[email protected] | ||
with: | ||
gh_token: ${{ secrets.PERSONAL_ACCESS_TOKEN }} | ||
organization: coronasafe | ||
organization: ohcnetwork | ||
project_id: 4 | ||
resource_node_id: ${{ github.event.issue.node_id }} | ||
status_value: "Triage" | ||
issue_closed: | ||
name: issue_closed | ||
runs-on: ubuntu-latest | ||
if: github.repository == 'coronasafe/care_fe' && github.event_name == 'issues' && github.event.action == 'closed' | ||
if: github.repository == 'ohcnetwork/care_fe' && github.event_name == 'issues' && github.event.action == 'closed' | ||
steps: | ||
- name: 'Moved issue to "Done"' | ||
uses: leonsteinhaeuser/[email protected] | ||
with: | ||
gh_token: ${{ secrets.PERSONAL_ACCESS_TOKEN }} | ||
organization: coronasafe | ||
organization: ohcnetwork | ||
project_id: 4 | ||
resource_node_id: ${{ github.event.issue.node_id }} | ||
status_value: "Done" | ||
issue_assigned: | ||
name: issue_assigned | ||
runs-on: ubuntu-latest | ||
if: github.repository == 'coronasafe/care_fe' && github.event_name == 'issues' && github.event.action == 'assigned' | ||
if: github.repository == 'ohcnetwork/care_fe' && github.event_name == 'issues' && github.event.action == 'assigned' | ||
steps: | ||
- name: 'Move issue to "In Progress"' | ||
uses: leonsteinhaeuser/[email protected] | ||
with: | ||
gh_token: ${{ secrets.PERSONAL_ACCESS_TOKEN }} | ||
organization: coronasafe | ||
organization: ohcnetwork | ||
project_id: 4 | ||
resource_node_id: ${{ github.event.issue.node_id }} | ||
status_value: "In Progress" |
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,30 +1,30 @@ | ||
{ | ||
"name": "care_fe", | ||
"version": "2.5.4", | ||
"description": "Care is a single point to link Hospitals,Corona Care Centers and Volunteers to the unified Corona Safe Network", | ||
"description": "Care is a Digital Public Good enabling TeleICU & Decentralised Administration of Healthcare Capacity across States.", | ||
"private": true, | ||
"repository": { | ||
"type": "git", | ||
"url": "[email protected]:coronasafe/care_fe.git" | ||
"url": "[email protected]:ohcnetwork/care_fe.git" | ||
}, | ||
"bugs": { | ||
"url": "https://support.coronasafe.network", | ||
"email": "info@coronasafe.network" | ||
"url": "https://github.com/ohcnetwork/care_fe/issues", | ||
"email": "info@ohc.network" | ||
}, | ||
"contributors": [ | ||
"coronasafe Contributors" | ||
"Open Healthcare Network Contributors" | ||
], | ||
"homepage": "https://care.coronasafe.in", | ||
"homepage": "https://care.ohc.network", | ||
"keywords": [ | ||
"Coronasafe", | ||
"ohcnetwork", | ||
"care", | ||
"react", | ||
"tailwind", | ||
"pwa", | ||
"typescript", | ||
"vite" | ||
], | ||
"author": "Coronsafe Care Contributors", | ||
"author": "Open Healthcare Network Contributors", | ||
"license": "MIT", | ||
"scripts": { | ||
"build:react": "cross-env NODE_ENV=production vite build", | ||
|
@@ -161,4 +161,4 @@ | |
"node": ">=20.12.0" | ||
}, | ||
"packageManager": "[email protected]" | ||
} | ||
} |
Oops, something went wrong.