From 5159b068e4a06b22779a938668d9ae29babac41b Mon Sep 17 00:00:00 2001 From: kerthcet Date: Sun, 16 Feb 2025 00:15:09 +0800 Subject: [PATCH 1/3] Update readme Signed-off-by: kerthcet --- profile/README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/profile/README.md b/profile/README.md index 83379f0..f32be68 100644 --- a/profile/README.md +++ b/profile/README.md @@ -6,4 +6,6 @@ InftyAI is a non-profit organization focused on building AI infrastructure. **We If you have made **multiple contributions** to the community or projects, enough to demonstrate an ongoing and long-term commitment to the community, please [Open an issue](https://github.com/InftyAI/community/issues/new?assignees=&labels=kind%2Fdocumentation&projects=&template=membership.yaml&title=REQUEST%3A+New+membership+for+%3Cyour-GH-handle%3E) against the _InftyAI/community_ repo to join us. +We also have an official fundraising venue through [OpenCollective](https://opencollective.com/inftyai). We'll use the fund transparently to support the development, maintenance, and adoption of our community. + Link us via [Slack](https://inftyai.slack.com/), [Twitter](https://x.com/InftyAI) as well. From 8ee3aef63019c6167354f6301d856f5a93c44eb8 Mon Sep 17 00:00:00 2001 From: kerthcet Date: Fri, 6 Jun 2025 18:14:21 +0800 Subject: [PATCH 2/3] Fix slack link Signed-off-by: kerthcet --- profile/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/profile/README.md b/profile/README.md index 5cbfc35..e0a6bd8 100644 --- a/profile/README.md +++ b/profile/README.md @@ -8,4 +8,4 @@ If you have made **multiple contributions** to the community or projects, enough We also have an official fundraising venue through [OpenCollective](https://opencollective.com/inftyai). We'll use the fund transparently to support the development, maintenance, and adoption of our community. -Link us via [Slack](https://inftyai.slack.com/), [Twitter](https://x.com/InftyAI) as well. +Link us via [Slack](https://join.slack.com/t/inftyai/shared_invite/zt-3700res2c-_AuBGD3kixDJhzycFE6L5A), [Twitter](https://x.com/InftyAI) as well. From f37ff5d7cd0a0ab1fba54e27f6a407d7da5b95e6 Mon Sep 17 00:00:00 2001 From: kerthcet Date: Fri, 6 Jun 2025 18:16:14 +0800 Subject: [PATCH 3/3] Updaet workflow Signed-off-by: kerthcet --- .github/workflows/kube-workflow-init.yaml | 2 +- .github/workflows/kube-workflow.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/kube-workflow-init.yaml b/.github/workflows/kube-workflow-init.yaml index 2949d61..7d58b53 100644 --- a/.github/workflows/kube-workflow-init.yaml +++ b/.github/workflows/kube-workflow-init.yaml @@ -5,6 +5,6 @@ on: jobs: init: - uses: kerthcet/github-workflow-as-kube/.github/workflows/workflow-as-kubernetes-init.yaml@v0.1.3 + uses: kerthcet/github-workflow-as-kube/.github/workflows/workflow-as-kubernetes-init.yaml@v0.1.18 secrets: AGENT_TOKEN: ${{ secrets.AGENT_TOKEN }} diff --git a/.github/workflows/kube-workflow.yaml b/.github/workflows/kube-workflow.yaml index e68ebef..d2fbd85 100644 --- a/.github/workflows/kube-workflow.yaml +++ b/.github/workflows/kube-workflow.yaml @@ -16,6 +16,6 @@ on: jobs: event-handler: - uses: kerthcet/github-workflow-as-kube/.github/workflows/workflow-as-kubernetes.yaml@v0.1.3 + uses: kerthcet/github-workflow-as-kube/.github/workflows/workflow-as-kubernetes.yaml@v0.1.18 secrets: AGENT_TOKEN: ${{ secrets.AGENT_TOKEN }}