Franco Meloni
Franco Meloni
I believe the main issue is how Danger works. Danger compiles the Dangerfile linking the needed libraries. If you have plugins the library is compiled using your Package.swift definition to...
It seems this error is coming from Danger-JS 🤔
I don't have any strong opinion on whether main or master should be used, however I do expect that someone could make the opposite argument to have master as default...
Hey @mbaikovets, at the moment the reason why we are not releasing the "with swiftlint" version is because it fails because it needs bazel, I've made one try to install...
I think you might be looking at the --cwd option https://github.com/danger/swift?tab=readme-ov-file#current-working-directory let me know if that fixes it for you!
Can you please also update the Changelog?
Cool! Yes sure makes sense to me :)
I have not used merge queues, so I'm not sure how much I can help but I will try 😁 Which CI platform are you using to run danger? GitHub...
Danger, in order to work, needs the PR data, to get that it takes from the CI platform the PR ID and repo slug. In team city this means that...
It seems it is not finding danger-js ``` ▸ Error: HTTPError: Response code 404 (Not Found) ▸ at Request. (/snapshot/danger-js/node_modules/got/dist/source/as-promise/index.js:118:42) ▸ at processTicksAndRejections (node:internal/process/task_queues:96:5) { ``` Have you tried to...