We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c7085fb commit 7583b15Copy full SHA for 7583b15
.github/workflows/stale-bot.yml
@@ -35,8 +35,8 @@ jobs:
35
env:
36
GITHUB_TOKEN: ${{ secrets.ADK_TRIAGE_AGENT }}
37
GOOGLE_API_KEY: ${{ secrets.GOOGLE_API_KEY }}
38
- OWNER: ${{ github.repository_owner }}
39
- REPO: ${{ github.event.repository.name }}
+ OWNER: ryanaiagent
+ REPO: adk-python
40
CONCURRENCY_LIMIT: 3
41
LLM_MODEL_NAME: "gemini-2.5-flash"
42
PYTHONPATH: contributing/samples
0 commit comments