Skip to content

Merge branch 'master' into TT-15793-integrate-intelligent-branch-reco…

b9880f1
Select commit
Loading
Failed to load commit list.
Merged

TT-15793 added workflow to Suggest target branches #7511

Merge branch 'master' into TT-15793-integrate-intelligent-branch-reco…
b9880f1
Select commit
Loading
Failed to load commit list.
probelabs / Visor: quality succeeded Nov 6, 2025 in 4m 0s

✅ Check Passed (Warnings Found)

quality check passed. Found 1 warning, but fail_if condition was not met.

Details

📊 Summary

  • Total Issues: 1
  • Warning Issues: 1

🐛 Issues by Category

🏗️ Architecture (1)

  • ⚠️ .github/workflows/intelligent-branch-recomendations.yml:16 - The reusable workflow TykTechnologies/github-actions/.github/workflows/branch-suggestion.yml is referenced using the main branch. This poses a stability risk, as breaking changes in the target workflow's main branch will be automatically used. It is recommended to pin the workflow to a specific version (e.g., a tag like @v1 or a specific commit SHA) to ensure predictable behavior.

Powered by Visor from Probelabs

💡 TIP: You can chat with Visor using /visor ask <your question>

Annotations

Check warning on line 16 in .github/workflows/intelligent-branch-recomendations.yml

See this annotation in the file changed.

@probelabs probelabs / Visor: quality

architecture Issue

The reusable workflow `TykTechnologies/github-actions/.github/workflows/branch-suggestion.yml` is referenced using the `main` branch. This poses a stability risk, as breaking changes in the target workflow's `main` branch will be automatically used. It is recommended to pin the workflow to a specific version (e.g., a tag like `@v1` or a specific commit SHA) to ensure predictable behavior.
Raw output
Replace `@main` with a specific tag (e.g., `@v1`) or a commit SHA to ensure the workflow's stability and prevent unexpected changes.