TT-18255 replace old jira linter with github action - #452
Conversation
|
This PR updates the GitHub Actions workflow responsible for validating Jira tickets in pull request titles. It replaces the previous Files Changed Analysis
Architecture & Impact Assessment
graph TD
subgraph "Before"
A[PR Event] --> B(jira-pr-validator.yaml);
B --> C["uses: TykTechnologies/jira-linter@main"];
C --> D{Jira API};
end
subgraph "After"
E[PR Event] --> F(jira-pr-validator.yaml);
F --> G["uses: TykTechnologies/github-actions/jira-linter@production"];
G --> H{Jira API};
end
Scope Discovery & Context Expansion
Metadata
Powered by Visor from Probelabs Last updated: 2026-09-08T13:12:46.223Z | Triggered by: pr_opened | Commit: 3b14401 💡 TIP: You can chat with Visor using |
Architecture Issues (1)
✅ Performance Check PassedNo performance issues found – changes LGTM. \n\nArchitecture Issues (1)
No performance issues found – changes LGTM. \n\n✅ Quality Check PassedNo quality issues found – changes LGTM. Powered by Visor from Probelabs Last updated: 2026-09-08T13:12:45.195Z | Triggered by: pr_opened | Commit: 3b14401 💡 TIP: You can chat with Visor using |
|



Ticket Details
TT-18255
Generated at: 2026-09-08 13:12:17