We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4b9d178 commit 1fbbd4fCopy full SHA for 1fbbd4f
1 file changed
danger/dangerfile.js
@@ -68,7 +68,7 @@ async function checkChangelog() {
68
69
// Check if skipped
70
if (
71
- ["ci", "chore(deps)"].includes(prFlavor) ||
+ ["ci", "chore(deps)", "build(deps)"].includes(prFlavor) ||
72
(danger.github.pr.body + "").includes("#skip-changelog")
73
) {
74
return;
0 commit comments