TT-15793 added workflow to suggest which branches to target#89
Merged
Conversation
added 25 commits
October 27, 2025 17:14
- Remove 8 unused JIRA scripts (add_comment, api, batch-fetch, format_analysis_comment, search, update_field, update_label, update_versions) - Keep only essential scripts: get-fixedversion.js, jira-api.js, add-pr-comment.js, github-api.js, match-branches.js - Add debug logging to jira-api.js to track environment variable availability - Add environment variable exports in branch_suggestion.yml for Visor subprocess access - Add documentation for branch suggestion workflow - Reduced from 12 scripts to 5 essential scripts
sredxny
commented
Oct 31, 2025
sredxny
marked this pull request as ready for review
November 3, 2025 19:13
jeffy-mathew
reviewed
Nov 4, 2025
Comment on lines
+27
to
+37
| - name: Setup Node.js | ||
| uses: actions/setup-node@v4 | ||
| with: | ||
| node-version: '20' | ||
|
|
||
| - name: Install dependencies | ||
| working-directory: branch-suggestion | ||
| run: npm install | ||
|
|
||
| - name: Install Visor | ||
| run: npm install -g @probelabs/visor |
Contributor
There was a problem hiding this comment.
shall we make this a docker based github action with node and visor preinstalled?
Contributor
Author
There was a problem hiding this comment.
I guess we can do it if we are going to use it other places as well? otherwise would be another component to take care of
Contributor
Author
There was a problem hiding this comment.
for the records, I made it but it was slower due the docker build and then installation of visor, it took like 7 min while the current approach is just seconds, then reverting this change
Contributor
There was a problem hiding this comment.
We could have the docker build run once and have it in ci-tools, wdyt?
jeffy-mathew
approved these changes
Nov 4, 2025
Contributor
|
🚀 |
Co-authored-by: Jeffy Mathew <jeffy.mathew100@gmail.com>
sredxny
force-pushed
the
TT-15793-implement-intelligent-merge-branches
branch
from
November 4, 2025 15:53
91e80f7 to
b991996
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.