Is there a way to fire an alert based off changes to a specific file (.sql) in GIT. This could come off any PR in any of the Repos we have in our Org - so I can't use {{repository.name}} OR {{pullRequest.destinationBranch.repository.name}} contains in my JIRA Automation IF condition.
Is there a way to drill down further via Automation to reference a PR that changes a specific file? The only constant is the file name itself in GIT - thats unlikely to change.
Any help is appreciated, thanks!