File tree 3 files changed +4
-0
lines changed
3 files changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -62,6 +62,7 @@ const rootModule = {
62
62
const workspaceRepo = {
63
63
add : {
64
64
...releasePlease ( true ) ,
65
+ '.github/matchers/tap.json' : 'tap.json' ,
65
66
'.github/workflows/ci-{{pkgNameFs}}.yml' : 'ci.yml' ,
66
67
} ,
67
68
rm : [
Original file line number Diff line number Diff line change @@ -37,6 +37,7 @@ package.json
37
37
`
38
38
39
39
exports [ `test/apply/index.js TAP workspaces > expect resolving Promise 1` ] = `
40
+ .github/matchers/tap.json
40
41
.github/workflows/ci-d.yml
41
42
.github/workflows/release-please.yml
42
43
.release-please-manifest.json
Original file line number Diff line number Diff line change @@ -173,6 +173,7 @@ The following repo files need to be added:
173
173
.github/workflows/release-please.yml
174
174
.release-please-manifest.json
175
175
release-please-config.json
176
+ .github/matchers/tap.json
176
177
.github/workflows/ci-name-aaaa.yml
177
178
178
179
To correct it: npx template-oss-apply --force
@@ -236,6 +237,7 @@ The following repo files need to be added:
236
237
.github/workflows/release-please.yml
237
238
.release-please-manifest.json
238
239
release-please-config.json
240
+ .github/matchers/tap.json
239
241
.github/workflows/ci-bbb.yml
240
242
241
243
To correct it: npx template-oss-apply --force
You can’t perform that action at this time.
0 commit comments