Skip to content

Release v2025.12.12-e2833d0

Choose a tag to compare

@github-actions github-actions released this 12 Dec 13:48
· 4 commits to main since this release
e2833d0

Commits

  • fix: use lowercase (e2833d0)
  • ci: push to github ghcr (cd86217)
  • ci: add github workflow and helm chart for deployment (34f4672)
  • feat: first commit of my agentic github scraping AI (44c88a4)
  • Initial commit (94aced1)

Contributors

Thanks to everyone who contributed to this release! ❤️

  • Guillaume LEGRAIN
  • Guillaume Legrain

Docker Image

Docker image is available on GHCR:

  • ghcr.io/soulkyu/github-scraping-agent-ai:v2025.12.12-e2833d0

Also tagged as :latest for convenience.

Usage

docker pull ghcr.io/soulkyu/github-scraping-agent-ai:v2025.12.12-e2833d0

Helm Chart

helm install github-scraping-agent-ai ./chart \
  --set config.github.token=ghp_xxx \
  --set config.llm.apiKey=sk-xxx \
  --set config.discord.webhookUrl=https://...