From 0482dfabbb4eec84e82427637be2470c8ec0394f Mon Sep 17 00:00:00 2001 From: Hamel Husain Date: Tue, 24 Sep 2019 21:55:31 -0700 Subject: [PATCH 1/3] 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/) From 04f211a90446c0e1f87da353a959eb96e6e54291 Mon Sep 17 00:00:00 2001 From: Hamel Husain Date: Tue, 24 Sep 2019 22:19:28 -0700 Subject: [PATCH 2/3] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0e10a03..6730922 100644 --- a/README.md +++ b/README.md @@ -245,7 +245,7 @@ An example: `https://github.com/sdras/awesome-actions/workflows/Lint%20Awesome%2 - [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) +- [Get Kubeconfig File From Google Kubernetes Engine (GKE)](https://github.com/machine-learning-apps/gke-kubeconfig) ### External Services From 5c1e6fd0fe88f348164c81ec3a221eabfe9b1888 Mon Sep 17 00:00:00 2001 From: Hamel Husain Date: Wed, 25 Sep 2019 13:51:34 -0700 Subject: [PATCH 3/3] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6730922..cb42176 100644 --- a/README.md +++ b/README.md @@ -275,7 +275,7 @@ An example: `https://github.com/sdras/awesome-actions/workflows/Lint%20Awesome%2 ### 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) +- [Query Experiment Tracking Results From Weights & Biases](https://github.com/machine-learning-apps/wandb-action) - [Run Parameterized Jupyter Notebooks](https://github.com/yaananth/run-notebook) ## Tutorials