From 0482dfabbb4eec84e82427637be2470c8ec0394f Mon Sep 17 00:00:00 2001 From: Hamel Husain Date: Tue, 24 Sep 2019 21:55:31 -0700 Subject: [PATCH] Update README.md --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index 5410c2b..0e10a03 100644 --- a/README.md +++ b/README.md @@ -29,6 +29,7 @@ Actions are triggered by GitHub platform events directly in a repo and run on-de - [External Services](#external-services) - [Frontend Tools](#frontend-tools) - [Internet of Things (IOT)](#internet-of-things-iot) + - [Machine Learning Ops](#machine-learning-ops) - [Tutorials](#tutorials) ## Official Resources @@ -173,6 +174,7 @@ An example: `https://github.com/sdras/awesome-actions/workflows/Lint%20Awesome%2 - [Verify pull requests contain a ticket reference](https://github.com/vijaykramesh/pr-lint-action) - [Create a pull request for changes to your repository in the actions workspace](https://github.com/peter-evans/create-pull-request) - [Pull Request Lint](https://github.com/seferov/pr-lint-action) +- [ChatOps For Pull Requests](https://github.com/machine-learning-apps/actions-chatops) ### GitHub Pages @@ -242,6 +244,8 @@ An example: `https://github.com/sdras/awesome-actions/workflows/Lint%20Awesome%2 - [Deploy iOS Pod Library to Cocoapods](https://github.com/michaelhenry/deploy-to-cocoapods-github-action) - [GitHub Action for TencentCloud Serverless](https://github.com/Juliiii/action-scf) - [Publish npm (pre)releases](https://github.com/epeli/npm-release/) +- [Publish Docker Images to the GitHub Package Registry (GPR)](https://github.com/machine-learning-apps/gpr-docker-publish) +- [Get Kubeconfig File From Gooble Kubernetes Engine (GKE)](https://github.com/machine-learning-apps/gke-kubeconfig) ### External Services @@ -268,6 +272,12 @@ An example: `https://github.com/sdras/awesome-actions/workflows/Lint%20Awesome%2 - [Home Assistant Command](https://github.com/maddox/actions/tree/master/home-assistant) +### Machine Learning Ops + +- [Submitting Argo Workflows](https://github.com/machine-learning-apps/actions-argo) +- [Query Experiment Tracking Results From Weights & Biases](https://github.com/marketplace/actions/get-runs-from-weights-biases) +- [Run Parameterized Jupyter Notebooks](https://github.com/yaananth/run-notebook) + ## Tutorials - [Introducing GitHub Actions](https://css-tricks.com/introducing-github-actions/)