Compare commits

...

3 commits

Author SHA1 Message Date
Renovate Bot
77aeee8d48 chore(deps): update dependency pydantic_core to v2.47.0
Some checks failed
PR Tests / test (pull_request) Failing after 38s
NYX Security Scan / nyx-scan (pull_request) Successful in 6m58s
2026-05-30 09:28:14 +00:00
f5e08aa896 Merge pull request 'fix: using the right body' (#100) from workflow-tuning into main
All checks were successful
Build and Publish Docker Image (Semantic Cache) / build (amd64, linux/amd64, docker-amd64) (push) Successful in 4m3s
Build and Publish Docker Image / build (amd64, linux/amd64, docker-amd64) (push) Successful in 1m22s
Build and Publish Docker Image (Semantic Cache) / build (arm64, linux/arm64, docker-arm64) (push) Successful in 15m27s
Build and Publish Docker Image / build (arm64, linux/arm64, docker-arm64) (push) Successful in 12m4s
Build and Publish Docker Image (Semantic Cache) / merge (push) Successful in 36s
Build and Publish Docker Image / merge (push) Successful in 34s
Reviewed-on: https://bitfreedom.net/code/code/nomyo-ai/nomyo-router/pulls/100
2026-05-30 11:26:22 +02:00
fd5b131ff4 .forgejo/workflows/opencode.yml aktualisiert
Some checks failed
NYX Security Scan / nyx-scan (pull_request) Failing after 6m39s
2026-05-30 11:09:47 +02:00
2 changed files with 2 additions and 4 deletions

View file

@ -11,7 +11,7 @@ jobs:
opencode:
if: |
contains(github.event.comment.body, '/oc') ||
contains(github.event.comment.body, '/opencode')
contains(github.event.review.body, '/oc')
runs-on: docker-amd64
container:
image: node:lts-bookworm
@ -58,5 +58,3 @@ jobs:
forgejo_api_url: https://bitfreedom.net/code/
forgejo_token: ${{ secrets.FORGEJO_TOKEN }}
forgejo_push_token: ${{ secrets.FORGEJO_PUSH_TOKEN }}

View file

@ -26,7 +26,7 @@ pillow==12.2.0
propcache==0.5.2
pydantic==2.13.4
pydantic-settings==2.14.1
pydantic_core==2.46.4
pydantic_core==2.47.0
python-dotenv==1.2.2
PyYAML==6.0.3
sniffio==1.3.1