We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 83ac8fe commit 69e4e3eCopy full SHA for 69e4e3e
dangerfile.js
@@ -42,6 +42,13 @@ if ( ! pr.body.includes( 'Proposed changelog entry' ) ) {
42
);
43
}
44
45
+// Privacy section filled in
46
+if ( ! pr.body.includes( 'data or activity we track or use' ) ) {
47
+ warn(
48
+ 'The Privacy section is missing for this PR. Please specify whether this PR includes any changes to data or privacy.'
49
+ );
50
+}
51
+
52
// Check if newly added .php files were added to phpcs linter whitelist
53
if ( newFiles.length > 0 ) {
54
const newPHPFiles = newFiles.filter(
0 commit comments