Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions .github/workflows/initiative-auto-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ jobs:
uses: nick-fields/retry@v2
env:
OPENAI_API_KEY: ${{ secrets.OPENAI_API_KEY }}
ISSUE_TITLE: ${{ github.event.issue.title }}
ISSUE_BODY: ${{ github.event.issue.body }}
with:
timeout_minutes: 5
Expand All @@ -39,6 +40,9 @@ jobs:

- name: Generate PR
uses: actions/github-script@v6
env:
ISSUE_AUTHOR: ${{ github.event.issue.user.name }}
ISSUE_TITLE: ${{ github.event.issue.title }}
with:
script: |
const script = require(process.env.GITHUB_WORKSPACE + '/scripts/generatePullRequestForNewInitiative.js')
Expand Down
19 changes: 19 additions & 0 deletions _data/links/Medical/Main/links.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,25 @@
"description": "ניתן על ידי חברת ניתאי שירותי עזרה ראשונה",
"url": "./docs/ezra-rishona",
"portal": "./docs/ezra-rishona"
},
{
"displayName": "Fםם",
"name": "KvarBaimInitiative",
"shortDescription": "The Israeli Ministry of Health is building a list of medical personnel from abroad to volunteer in Israel should the need arise.",
"description": "In the event of further strains on the health system, as well as in preparation for future natural or man-made disasters, we invite friends of Israel to add their names to our growing community of medical personnel who stand with Israel. \n\nSign up for the opportunity to receive CME credits in the future, train with Israeli teams, and connect with friends of Israel in your area. \n\nDoctors, nurses, paramedics, and other medical personnel licensed abroad who wish to volunteer should join using the Ministry of Health’s online form, to ensure pre-clearance of medical licenses. \n\n We thank you in advance for signing up - and for standing with Israel.",
"initiativeValidationDetails": "Source: official Ministry of health page",
"url": "https://survey.gov.il/en/internationalvolunteers?utm_source=go.gov.il&utm_medium=referral",
"tags": [
"medical",
"health",
"volunteer",
"Israel",
"friends of Israel",
"medical personnel",
"doctors",
"nurses",
"paramedics"
]
}
]
}
185 changes: 185 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@
"remark-html": "^16.0.1"
},
"devDependencies": {
"@octokit/rest": "^20.0.2",
"@trivago/prettier-plugin-sort-imports": "^4.2.1",
"@types/lunr": "^2.3.6",
"@types/mixpanel-browser": "^2.47.4",
Expand Down
Loading