Skip to content

Commit

Permalink
Merge pull request #2 from kerthcet/feat/update-memoryship
Browse files Browse the repository at this point in the history
Add member ship announcement
  • Loading branch information
InftyAI-Agent authored Oct 23, 2024
2 parents 31ce203 + a70f532 commit b0efd07
Show file tree
Hide file tree
Showing 3 changed files with 35 additions and 1 deletion.
10 changes: 10 additions & 0 deletions .github/workflows/kube-workflow-init.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
name: Initialization Workflow

on:
workflow_dispatch:

jobs:
init:
uses: kerthcet/github-workflow-as-kube/.github/workflows/workflow-as-kubernetes-init.yaml@v0.1.3
secrets:
AGENT_TOKEN: ${{ secrets.AGENT_TOKEN }}
21 changes: 21 additions & 0 deletions .github/workflows/kube-workflow.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
name: Event Workflow

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

jobs:
event-handler:
uses: kerthcet/github-workflow-as-kube/.github/workflows/workflow-as-kubernetes.yaml@v0.1.3
secrets:
AGENT_TOKEN: ${{ secrets.AGENT_TOKEN }}
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# Community

The InftyAI community.
We welcome all kinds of contributions to the community!

If you have made **multiple contributions** to the project or community, enough to demonstrate an ongoing and long-term commitment to the project,
please [OPEN an issue](https://github.com/InftyAI/community/issues) against the InftyAI/community repo.

0 comments on commit b0efd07

Please sign in to comment.