You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I'm trying to write a danger rule that checks if commit modified package.json and pinned a package, that the commit has body not just title.
there's modified_files that gives the json diff for whole merge request, but I need it for each commit.
I could not find any usable method from typescript typing and the guides at https://danger.systems/js/ are very basic level info only.
Beta Was this translation helpful? Give feedback.
All reactions