mirror of
https://github.com/netbirdio/netbird.git
synced 2026-04-29 05:36:39 +00:00
- Set defaults.run.working-directory to .github/issue-resolution so scripts resolve from the correct path - Remove npm ci step (no npm dependencies needed) - Add fetch-candidates.mjs to gather open issues with comments and timeline events via GitHub REST API - Add minimal package.json with type: module
6 lines
72 B
JSON
6 lines
72 B
JSON
{
|
|
"name": "issue-resolution",
|
|
"private": true,
|
|
"type": "module"
|
|
}
|