Skip to content

Commit 083abbc

Browse files
authored
Merge pull request #6 from OP3ratordec/o-branch-1
test
2 parents 6a3e0d4 + 47275c9 commit 083abbc

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/bb-masking-3.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ jobs:
119119
with:
120120
script: |
121121
const changedFiles = process.env.CHANGED_FILES || '';
122-
let commentBody = `### Masking Policy Update 2 Summary\n\n`;
122+
let commentBody = `### Masking Policy Update 3 Summary\n\n`;
123123
124124
// Add status of merge
125125
commentBody += `✅ **PR Status:** Merged\n\n`;

masking/data-classification.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"levels": [
99
{
1010
"id": "1",
11-
"title": "Level 1",
11+
"title": "Level 01",
1212
"description": ""
1313
},
1414
{

masking/global-masking-rule.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"title": "",
1212
"description": ""
1313
},
14-
"maskingLevel": "NONE"
14+
"maskingLevel": "PARTIAL"
1515
},
1616
{
1717
"id": "d188a226-5ed6-45cc-82e3-baa890a87962",

0 commit comments

Comments
 (0)