64
64
actions : read
65
65
issues : write
66
66
pull-requests : read
67
-
67
+
68
68
steps :
69
69
70
70
# ---------------------------------------------------------------------------------------
@@ -105,7 +105,7 @@ jobs:
105
105
}
106
106
}
107
107
}
108
-
108
+
109
109
# ---------------------------------------------------------------------------------------
110
110
# set issue number
111
111
# ---------------------------------------------------------------------------------------
@@ -147,7 +147,7 @@ jobs:
147
147
# ---------------------------------------------------------------------------------------
148
148
# checkout
149
149
# ---------------------------------------------------------------------------------------
150
-
150
+
151
151
- name : " ☑️ Checkout"
152
152
id : task_autoscan_checkout
153
153
uses : actions/checkout@v4
@@ -160,7 +160,7 @@ jobs:
160
160
# ---------------------------------------------------------------------------------------
161
161
# nodejs
162
162
# ---------------------------------------------------------------------------------------
163
-
163
+
164
164
- name : " ⚙️ Setup Node"
165
165
id : task_autocheck_nodejs
166
166
uses : actions/setup-node@v4
@@ -174,7 +174,7 @@ jobs:
174
174
uses : tj-actions/changed-files@v44
175
175
with :
176
176
separator : " ,"
177
-
177
+
178
178
# ---------------------------------------------------------------------------------------
179
179
# list of changed files
180
180
# ---------------------------------------------------------------------------------------
@@ -252,7 +252,7 @@ jobs:
252
252
}
253
253
254
254
let date_created = dateTimeformat( date ) + " UTC";
255
-
255
+
256
256
/*
257
257
context.payload.pull_request.base.repo.owner.login
258
258
*/
@@ -273,18 +273,18 @@ jobs:
273
273
| Copied Files | ${{ steps.task_autocheck_changed_files_get.outputs.deleted_files_count }} |
274
274
| Deleted Files | ${{ steps.task_autocheck_changed_files_get.outputs.deleted_files_count }} |
275
275
`;
276
-
276
+
277
277
message.push ( md_table );
278
278
279
- let error_Generic = "\n" +
280
- "- `MyPlugin`\n" +
281
- "- `MyPluginSettings`\n" +
279
+ let error_Generic = "\n" +
280
+ "- `MyPlugin`\n" +
281
+ "- `MyPluginSettings`\n" +
282
282
"- `SampleSettings`\n" +
283
283
"- `SampleSettingTab`\n" +
284
284
"- `SampleModal`\n"
285
285
286
- let warn_BadWords = "\n" +
287
- "- `Obsidian`\n" +
286
+ let warn_BadWords = "\n" +
287
+ "- `Obsidian`\n" +
288
288
"- `Settings`\n"
289
289
290
290
/*
@@ -322,6 +322,7 @@ jobs:
322
322
"package-lock.json",
323
323
"rollup.config.js",
324
324
"index.js",
325
+ "gistr.js",
325
326
"Docs/",
326
327
"tests/"
327
328
];
@@ -675,7 +676,7 @@ jobs:
675
676
676
677
if (context.payload.pull_request.labels.filter( label => label.name === "${{ env.LABEL_CHECK_STATUS_CHGMADE }}" ).length > 0 )
677
678
labels.push( "${{ env.LABEL_CHECK_STATUS_CHGMADE }}" );
678
-
679
+
679
680
if ( context.payload.pull_request.labels.filter( label => label.name === "${{ env.LABEL_CHECK_SCAN_SKIPPED }}" ).length > 0 )
680
681
labels.push( "${{ env.LABEL_CHECK_SCAN_SKIPPED }}" );
681
682
@@ -703,4 +704,4 @@ jobs:
703
704
owner: context.repo.owner,
704
705
repo: context.repo.repo,
705
706
body: message.join('\n'),
706
- } );
707
+ } );
0 commit comments