[PR #5973] initial commit - workflow yaml, prompts and schemas #24473

Open
opened 2026-08-05 06:08:44 -04:00 by saavagebueno · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/netbirdio/netbird/pull/5973
Author: @shuuri-labs
Created: 4/23/2026
Status: 🔄 Open

Base: mainHead: github-issue-resolver


📝 Commits (10+)

  • 6b8e40f initial commit - workflow yaml, prompts and schemas
  • 09595bd enable dry run, add project field id values
  • 5d8201f Merge branch 'main' into github-issue-resolver
  • 2877fcb add push trigger to workflow
  • 797dce1 dummy commit to test workflow
  • 01e53d0 fix typo in workflow
  • 7c43973 fix typo in workflow
  • 9ff735d fix(ci): fix workflow by adding working-directory, fetch script, and removing npm ci
  • 6df3580 fix(ci): handle project API permission errors gracefully
  • 29f211e fix(ci): guard all decisions behind dry-run check

📊 Changes

7 files changed (+784 additions, -0 deletions)

View changed files

.github/issue-resolution/package.json (+5 -0)
.github/issue-resolution/prompts/issue-resolution-system.txt (+41 -0)
.github/issue-resolution/schemas/issue-resolution-output.json (+80 -0)
.github/issue-resolution/scripts/apply-decisions.mjs (+213 -0)
.github/issue-resolution/scripts/classify-candidates.mjs (+259 -0)
.github/issue-resolution/scripts/fetch-candidates.mjs (+123 -0)
.github/workflows/issue-resolution-triage.yml (+63 -0)

📄 Description

Describe your changes

Stack

Checklist

  • Is it a bug fix
  • Is a typo/documentation fix
  • Is a feature enhancement
  • It is a refactor
  • Created tests that fail without the change (if possible)

By submitting this pull request, you confirm that you have read and agree to the terms of the Contributor License Agreement.

Documentation

Select exactly one:

  • I added/updated documentation for this change
  • Documentation is not needed for this change (explain why)

Docs PR URL (required if "docs added" is checked)

Paste the PR link from https://github.com/netbirdio/docs here:

https://github.com/netbirdio/docs/pull/__


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/netbirdio/netbird/pull/5973 **Author:** [@shuuri-labs](https://github.com/shuuri-labs) **Created:** 4/23/2026 **Status:** 🔄 Open **Base:** `main` ← **Head:** `github-issue-resolver` --- ### 📝 Commits (10+) - [`6b8e40f`](https://github.com/netbirdio/netbird/commit/6b8e40f78d3bce2a144c2939d23947a56083eae3) initial commit - workflow yaml, prompts and schemas - [`09595bd`](https://github.com/netbirdio/netbird/commit/09595bd0c2388295b11f8f631b9abea6bac4a31c) enable dry run, add project field id values - [`5d8201f`](https://github.com/netbirdio/netbird/commit/5d8201fcd0de714e856a7421b5410d532fe3a2ac) Merge branch 'main' into github-issue-resolver - [`2877fcb`](https://github.com/netbirdio/netbird/commit/2877fcbbf6b42612df888ccc35ba85c9c50436fd) add push trigger to workflow - [`797dce1`](https://github.com/netbirdio/netbird/commit/797dce1631d767107c1eea82e8e3971b7338c408) dummy commit to test workflow - [`01e53d0`](https://github.com/netbirdio/netbird/commit/01e53d07b9b80c45e7ea60ebda5c127bc62377bf) fix typo in workflow - [`7c43973`](https://github.com/netbirdio/netbird/commit/7c43973bc97a984725102c308e56177f55d83c64) fix typo in workflow - [`9ff735d`](https://github.com/netbirdio/netbird/commit/9ff735dd52a720e1dc1e5ace44435e816955dec4) fix(ci): fix workflow by adding working-directory, fetch script, and removing npm ci - [`6df3580`](https://github.com/netbirdio/netbird/commit/6df3580bd3ed97cf0d63fb6382568f2238484b87) fix(ci): handle project API permission errors gracefully - [`29f211e`](https://github.com/netbirdio/netbird/commit/29f211e51c411fc616c7d45c38f05abefa9ef33b) fix(ci): guard all decisions behind dry-run check ### 📊 Changes **7 files changed** (+784 additions, -0 deletions) <details> <summary>View changed files</summary> ➕ `.github/issue-resolution/package.json` (+5 -0) ➕ `.github/issue-resolution/prompts/issue-resolution-system.txt` (+41 -0) ➕ `.github/issue-resolution/schemas/issue-resolution-output.json` (+80 -0) ➕ `.github/issue-resolution/scripts/apply-decisions.mjs` (+213 -0) ➕ `.github/issue-resolution/scripts/classify-candidates.mjs` (+259 -0) ➕ `.github/issue-resolution/scripts/fetch-candidates.mjs` (+123 -0) ➕ `.github/workflows/issue-resolution-triage.yml` (+63 -0) </details> ### 📄 Description ## Describe your changes ## Issue ticket number and link ## Stack <!-- branch-stack --> ### Checklist - [ ] Is it a bug fix - [ ] Is a typo/documentation fix - [ ] Is a feature enhancement - [ ] It is a refactor - [ ] Created tests that fail without the change (if possible) > By submitting this pull request, you confirm that you have read and agree to the terms of the [Contributor License Agreement](https://github.com/netbirdio/netbird/blob/main/CONTRIBUTOR_LICENSE_AGREEMENT.md). ## Documentation Select exactly one: - [ ] I added/updated documentation for this change - [ ] Documentation is **not needed** for this change (explain why) ### Docs PR URL (required if "docs added" is checked) Paste the PR link from https://github.com/netbirdio/docs here: https://github.com/netbirdio/docs/pull/__ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
saavagebueno added the pull-request label 2026-08-05 06:08:44 -04:00
Sign in to join this conversation.
No Label pull-request
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: DYNR/netbird#24473