https://github.com/chatbotkit/github-actions
Official GitHub Actions for ChatBotKit.
https://github.com/chatbotkit/github-actions
actions ai ai-agent ai-agents chatbotkit github
Last synced: 11 days ago
JSON representation
Official GitHub Actions for ChatBotKit.
- Host: GitHub
- URL: https://github.com/chatbotkit/github-actions
- Owner: chatbotkit
- Created: 2026-05-02T14:47:51.000Z (about 2 months ago)
- Default Branch: main
- Last Pushed: 2026-05-02T15:36:43.000Z (about 2 months ago)
- Last Synced: 2026-05-02T17:15:56.590Z (about 2 months ago)
- Topics: actions, ai, ai-agent, ai-agents, chatbotkit, github
- Homepage: https://chatbotkit.com
- Size: 6.84 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ChatBotKit GitHub Actions
Official GitHub Actions for ChatBotKit.
Available actions:
- `agent` - Run the ChatBotKit CLI agent inside a GitHub Actions job
## Versioning
Versioning is driven by the root `VERSION` file.
- Update `VERSION` when you want to publish a new release.
- Merge the change to `main` in the `chatbotkit/github-actions` repository.
- The release workflow creates the immutable `vX.Y.Z` tag and updates the floating major tag such as `v0`.
Consumers should normally pin to a major tag such as `@v0`.