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 ccf73eb commit 8c62a42Copy full SHA for 8c62a42
danger/dangerfile.js
@@ -194,6 +194,7 @@ async function CheckFromExternalChecks() {
194
if (extraDangerFilePath) {
195
try {
196
const workspaceDir = '/github/workspace';
197
+ const path = require('path');
198
const customPath = path.join('/github/workspace', extraDangerFilePath);
199
200
if (!customPath.startsWith(workspaceDir)) {
0 commit comments