.github

Collection of default community health files, GitHub Action workflows, templates

https://github.com/stanfordbdhg/.github

Science Score: 54.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
    Found CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
    Found .zenodo.json file
  • DOI references
  • Academic publication links
  • Committers with academic emails
    2 of 9 committers (22.2%) from academic institutions
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (12.4%) to scientific vocabulary

Keywords from Contributors

spezi stanford swiftui fhir chatbot large-language-models xcode digital-health digitalhealth schedule
Last synced: 7 months ago · JSON representation ·

Repository

Collection of default community health files, GitHub Action workflows, templates

Basic Info
Statistics
  • Stars: 3
  • Watchers: 10
  • Forks: 3
  • Open Issues: 9
  • Releases: 100
Created over 3 years ago · Last pushed 8 months ago
Metadata Files
Readme Contributing Funding License Code of conduct Citation Security Support

README.md

Stanford Biodesign Digital Health Group

This repository serves as a collection of default community health files, GitHub Action workflows, templates, and information for the Stanford Biodesign Digital Health Group organization.

GitHub Actions

This repository contains several GitHub Actions that automate and simplify the process of contributing to Stanford Biodesign Digital Health Group-related projects.

Test Using Xcodebuild or Run Fastlane

Allows GitHub Actions to build complex Swift Packages supporting Apple platforms as well as Xcode projects with a diverse set of requirements ranging from custom commands, xcodebuild, to using Fastlane. You can learn more about the arguments in the xcodebuild-or-fastlane.yml GitHub Action file.

yml jobs: buildandtest: name: Build and Test Swift Package uses: StanfordBDHG/.github/.github/workflows/xcodebuild-or-fastlane.yml@v2 with: artifactname: TemplatePackage.xcresult runsonlabels: '["macOS", "self-hosted"]' scheme: TemplatePackage

Merge and Upload Coverage Report

Merge and upload code coverage reports to display them on codecov.io. You can learn more about the arguments in the create-and-upload-coverage-report.yml GitHub Action file.

yml jobs: uploadcoveragereport: name: Upload Coverage Report uses: StanfordBDHG/.github/.github/workflows/create-and-upload-coverage-report.yml@v2 with: coveragereports: ResultBundle1.xcresult ResultBundle2.xcresult

REUSE

Check that all your source files conform to the REUSE specification. You can learn more about the arguments in the reuse.yml GitHub Action file.

yml jobs: reuse_action: name: REUSE Compliance Check uses: StanfordBDHG/.github/.github/workflows/reuse.yml@v2

SwiftLint

Ensure that all Swift files conform to the defined style guide. You can learn more about the arguments in the swiftlint.yml GitHub Action file.

yml swiftlint: name: SwiftLint uses: StanfordBDHG/.github/.github/workflows/swiftlint.yml@v2

Action Tag Release

Small GitHub Action that automatically tags releases based on semantic version tags, essential for GitHub Action repos. E.g., you tag a release for v2.4.2, and the action tags a v2 and v2.4). You can learn more about the arguments in the action-release-tag.yml GitHub Action file.

yml jobs: releasetag: name: Tag Release uses: StanfordBDHG/.github/.github/workflows/action-release-tag.yml@v2 secrets: access-token: ${{ secrets.PERSONAL_ACCESS_TOKEN }} with: user: PaulsAutomationBot

Build XCArchive

A GitHub Action that builds an XCArchive based on an Xcode Workspace file with a specific scheme. The resulting archive is uploaded and stored as an artifact. You can learn more about the arguments in the archive.yml GitHub Action file.

yml jobs: build-xcarchive: name: Build XCArchive uses: StanfordBDHG/.github/.github/workflows/archive.yml@v2 with: workspaceFile: example.xcworkspace xcArchiveName: exampleXCArchiveName scheme: exampleScheme version: 0.1.0

Create XCFramework and Release

A GitHub Action that creates an XCFramework from an Xcode Workspace file with a specific scheme. As an intermediate step, the action utilizes the archive.yml reusable workflow to create the XCArchives that are packaged within the XCFramework. The resulting XCFramework is committed to the respective branch and a tagged release is created. You can learn more about the arguments in the xcframework.yml GitHub Action file.

yml jobs: create-xcframework-and-release-workflow: name: Create XCFramework and Release uses: StanfordBDHG/.github/.github/workflows/xcframework.yml@v2 with: workspaceFile: example.xcworkspace xcFrameworkName: exampleXCFrameworkName scheme: exampleScheme version: 0.1.0 user: PaulsAutomationBot secrets: access-token: ${{ secrets.PERSONAL_ACCESS_TOKEN }}

Continous Integration Setup

The ContinousIntegration repository contains the setup and information about our self-hosted GitHub Action runners that is fitting the GitHub Actions found in this repository.

Our Research

For more information, check out our website at biodesigndigitalhealth.stanford.edu.

Stanford Mussallem Center for Biodesign Logo Stanford Mussallem Center for Biodesign Logo

Owner

  • Name: Stanford Biodesign Digital Health
  • Login: StanfordBDHG
  • Kind: organization
  • Location: United States of America

Citation (CITATION.cff)

#
# This source file is part of the Stanford Biodesign Digital Health Group open-source organization
#
# SPDX-FileCopyrightText: 2022 Stanford University and the project authors (see CONTRIBUTORS.md)
#
# SPDX-License-Identifier: MIT
# 

cff-version: 1.2.0
message: "If you use this software, please cite it as below."
authors:
- family-names: "Schmiedmayer"
  given-names: "Paul"
  orcid: "https://orcid.org/0000-0002-8607-9148"
- family-names: "Ravi"
  given-names: "Vishnu"
  orcid: "https://orcid.org/0000-0003-0359-1275"
- family-names: "Aalami"
  given-names: "Oliver"
  orcid: "https://orcid.org/0000-0002-7799-2429"
title: "Stanford Biodesign Digital Health Group"
url: "https://github.com/StanfordBDHG/"

GitHub Events

Total
  • Create event: 90
  • Release event: 19
  • Issues event: 6
  • Delete event: 69
  • Member event: 2
  • Issue comment event: 13
  • Push event: 85
  • Pull request review comment event: 8
  • Pull request review event: 22
  • Pull request event: 58
  • Fork event: 1
Last Year
  • Create event: 90
  • Release event: 19
  • Issues event: 6
  • Delete event: 69
  • Member event: 2
  • Issue comment event: 13
  • Push event: 85
  • Pull request review comment event: 8
  • Pull request review event: 22
  • Pull request event: 58
  • Fork event: 1

Committers

Last synced: 10 months ago

All Time
  • Total Commits: 118
  • Total Committers: 9
  • Avg Commits per committer: 13.111
  • Development Distribution Score (DDS): 0.314
Past Year
  • Commits: 44
  • Committers: 6
  • Avg Commits per committer: 7.333
  • Development Distribution Score (DDS): 0.432
Top Committers
Name Email Commits
Paul Schmiedmayer P****r 81
Lukas Kollmer h****y@l****e 7
Arkadiusz Bachorski 6****i 7
Vishnu Ravi v****i@g****m 6
Philipp Zagar z****r@s****u 6
Andreas Bauer a****r@s****u 6
ThomasKaar 3****r 2
Nikolai Madlener 3****r 2
nriedman 1****n 1
Committer Domains (Top 20 + Academic)

Issues and Pull Requests

Last synced: 7 months ago

All Time
  • Total issues: 3
  • Total pull requests: 49
  • Average time to close issues: 3 months
  • Average time to close pull requests: 1 day
  • Total issue authors: 2
  • Total pull request authors: 6
  • Average comments per issue: 0.33
  • Average comments per pull request: 0.39
  • Merged pull requests: 41
  • Bot issues: 0
  • Bot pull requests: 0
Past Year
  • Issues: 3
  • Pull requests: 49
  • Average time to close issues: 3 months
  • Average time to close pull requests: 1 day
  • Issue authors: 2
  • Pull request authors: 6
  • Average comments per issue: 0.33
  • Average comments per pull request: 0.39
  • Merged pull requests: 41
  • Bot issues: 0
  • Bot pull requests: 0
Top Authors
Issue Authors
  • arkadiuszbachorski (2)
  • PSchmiedmayer (2)
  • Supereg (2)
  • philippzagar (1)
  • vishnuravi (1)
Pull Request Authors
  • PSchmiedmayer (39)
  • lukaskollmer (14)
  • arkadiuszbachorski (12)
  • ThomasKaar (4)
  • Supereg (4)
  • PaulGoldschmidt (2)
  • NikolaiMadlener (2)
  • philippzagar (2)
  • jdisho (2)
  • nriedman (1)
  • vishnuravi (1)
Top Labels
Issue Labels
enhancement (7) bug (1)
Pull Request Labels
enhancement (47) bug (10) documentation (2)

Dependencies

.github/workflows/action-release-tag.yml actions
  • actions/checkout v3 composite
.github/workflows/create-and-upload-coverage-report.yml actions
  • actions/checkout v3 composite
  • actions/download-artifact v3 composite
  • codecov/codecov-action v3.1.1 composite
  • maxim-lobanov/setup-xcode v1 composite
.github/workflows/release.yml actions
.github/workflows/reuse.yml actions
  • actions/checkout v3 composite
  • fsfe/reuse-action v1 composite
.github/workflows/swiftlint.yml actions
  • actions/checkout v3 composite
  • stanfordbdhg/action-swiftlint v4 composite
.github/workflows/test.yml actions
.github/workflows/xcodebuild-or-fastlane.yml actions
  • actions/cache v3 composite
  • actions/checkout v4 composite
  • actions/setup-java v3 composite
  • actions/setup-node v3 composite
  • actions/upload-artifact v3 composite
  • github/codeql-action/analyze v2 composite
  • github/codeql-action/init v2 composite
  • maxim-lobanov/setup-xcode v1 composite