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 69b34c1 commit ac1e0aeCopy full SHA for ac1e0ae
danger/dangerfile.js
@@ -70,7 +70,7 @@ async function checkChangelog() {
70
if (
71
["ci", "test", "deps", "chore(deps)", "build(deps)"].includes(prFlavor) ||
72
(danger.github.pr.body + "").includes("#skip-changelog") ||
73
- (pr.labels || []).some(label => label.name === 'skip-changelog')
+ (danger.github.pr.labels || []).some(label => label.name === 'skip-changelog')
74
) {
75
return;
76
}
0 commit comments