mirror of
https://github.com/GreptimeTeam/greptimedb.git
synced 2025-12-27 16:32:54 +00:00
* chore: pr review reminder * chore: for test * chore: vars * fix: gracefully handle missing webhook URL * test: allow workflow to run in fork for testing * test: add environment variable logging * chore: monior change * feat: filter draft pr
11 lines
224 B
JSON
11 lines
224 B
JSON
{
|
|
"name": "greptimedb-github-scripts",
|
|
"version": "1.0.0",
|
|
"type": "module",
|
|
"description": "GitHub automation scripts for GreptimeDB",
|
|
"dependencies": {
|
|
"@octokit/rest": "^21.0.0",
|
|
"axios": "^1.7.0"
|
|
}
|
|
}
|