Skip to content

Commit

Permalink
Merge pull request #58 from kerthcet/feat/add-workflow
Browse files Browse the repository at this point in the history
Add workflow
  • Loading branch information
kerthcet authored Jul 1, 2024
2 parents 839d548 + efeb1c7 commit f7b53d8
Show file tree
Hide file tree
Showing 4 changed files with 34 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .github/workflows/kube-workflow.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
name: Workflow As Kubernetes

on:
issue_comment:
types:
- created
pull_request_target:
types:
- labeled
- unlabeled
- synchronize

jobs:
call-workflow:
uses: kerthcet/github-workflow-as-kube/.github/workflows/workflow-as-kubernetes.yaml@main
secrets:
AGENT_TOKEN: ${{ secrets.AGENT_TOKEN }}
10 changes: 10 additions & 0 deletions .github/workflows/kube-worklfow-init.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
name: Workflow As Kubernetes Initialization

on:
workflow_dispatch:

jobs:
call-workflow:
uses: kerthcet/github-workflow-as-kube/.github/workflows/workflow-as-kubernetes-init.yaml@main
secrets:
AGENT_TOKEN: ${{ secrets.AGENT_TOKEN }}
5 changes: 5 additions & 0 deletions OWNERS
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
approvers:
- kerthcet

reviewers:
- kerthcet
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# llmlite

[![Latest Release](https://img.shields.io/github/v/release/inftyai/llmlite?include_prereleases)](https://github.com/inftyai/llmlite/releases/latest)

**🌵** llmlite is a library helps to communicate with all kinds of LLMs consistently.

## Features
Expand Down

0 comments on commit f7b53d8

Please sign in to comment.