|
| 1 | +// Vitest Snapshot v1, https://vitest.dev/guide/snapshot.html |
| 2 | + |
| 3 | +exports[`generateNextSteps > {"excludeAllContributors":false,"excludeReleases":false,"excludeRenovate":false,"excludeTests":false} 1`] = ` |
| 4 | +[ |
| 5 | + { |
| 6 | + "label": "Be sure to:", |
| 7 | + "lines": [ |
| 8 | + "- enable the GitHub apps: |
| 9 | + - Codecov (https://github.com/apps/codecov) |
| 10 | + - Renovate (https://github.com/apps/renovate)", |
| 11 | + "- populate the secrets: |
| 12 | + - ACCESS_TOKEN (a GitHub PAT with repo and workflow permissions) |
| 13 | + - NPM_TOKEN (an npm access token with automation permissions)", |
| 14 | + ], |
| 15 | + }, |
| 16 | +] |
| 17 | +`; |
| 18 | +
|
| 19 | +exports[`generateNextSteps > {"excludeAllContributors":false,"excludeReleases":false,"excludeRenovate":false,"excludeTests":true} 1`] = ` |
| 20 | +[ |
| 21 | + { |
| 22 | + "label": "Be sure to:", |
| 23 | + "lines": [ |
| 24 | + "- enable the Renovate GitHub app (https://github.com/apps/renovate).", |
| 25 | + "- populate the secrets: |
| 26 | + - ACCESS_TOKEN (a GitHub PAT with repo and workflow permissions) |
| 27 | + - NPM_TOKEN (an npm access token with automation permissions)", |
| 28 | + ], |
| 29 | + }, |
| 30 | +] |
| 31 | +`; |
| 32 | +
|
| 33 | +exports[`generateNextSteps > {"excludeAllContributors":false,"excludeReleases":false,"excludeRenovate":true,"excludeTests":false} 1`] = ` |
| 34 | +[ |
| 35 | + { |
| 36 | + "label": "Be sure to:", |
| 37 | + "lines": [ |
| 38 | + "- enable the Codecov GitHub app (https://github.com/apps/codecov).", |
| 39 | + "- populate the secrets: |
| 40 | + - ACCESS_TOKEN (a GitHub PAT with repo and workflow permissions) |
| 41 | + - NPM_TOKEN (an npm access token with automation permissions)", |
| 42 | + ], |
| 43 | + }, |
| 44 | +] |
| 45 | +`; |
| 46 | +
|
| 47 | +exports[`generateNextSteps > {"excludeAllContributors":false,"excludeReleases":false,"excludeRenovate":true,"excludeTests":true} 1`] = ` |
| 48 | +[ |
| 49 | + { |
| 50 | + "label": "Be sure to populate the secrets: |
| 51 | + - ACCESS_TOKEN (a GitHub PAT with repo and workflow permissions) |
| 52 | + - NPM_TOKEN (an npm access token with automation permissions)", |
| 53 | + }, |
| 54 | +] |
| 55 | +`; |
| 56 | +
|
| 57 | +exports[`generateNextSteps > {"excludeAllContributors":false,"excludeReleases":true,"excludeRenovate":false,"excludeTests":false} 1`] = ` |
| 58 | +[ |
| 59 | + { |
| 60 | + "label": "Be sure to:", |
| 61 | + "lines": [ |
| 62 | + "- enable the GitHub apps: |
| 63 | + - Codecov (https://github.com/apps/codecov) |
| 64 | + - Renovate (https://github.com/apps/renovate)", |
| 65 | + "- populate the ACCESS_TOKEN secret (a GitHub PAT with repo and workflow permissions).", |
| 66 | + ], |
| 67 | + }, |
| 68 | +] |
| 69 | +`; |
| 70 | +
|
| 71 | +exports[`generateNextSteps > {"excludeAllContributors":false,"excludeReleases":true,"excludeRenovate":false,"excludeTests":true} 1`] = ` |
| 72 | +[ |
| 73 | + { |
| 74 | + "label": "Be sure to:", |
| 75 | + "lines": [ |
| 76 | + "- enable the Renovate GitHub app (https://github.com/apps/renovate).", |
| 77 | + "- populate the ACCESS_TOKEN secret (a GitHub PAT with repo and workflow permissions).", |
| 78 | + ], |
| 79 | + }, |
| 80 | +] |
| 81 | +`; |
| 82 | +
|
| 83 | +exports[`generateNextSteps > {"excludeAllContributors":false,"excludeReleases":true,"excludeRenovate":true,"excludeTests":false} 1`] = ` |
| 84 | +[ |
| 85 | + { |
| 86 | + "label": "Be sure to:", |
| 87 | + "lines": [ |
| 88 | + "- enable the Codecov GitHub app (https://github.com/apps/codecov).", |
| 89 | + "- populate the ACCESS_TOKEN secret (a GitHub PAT with repo and workflow permissions).", |
| 90 | + ], |
| 91 | + }, |
| 92 | +] |
| 93 | +`; |
| 94 | +
|
| 95 | +exports[`generateNextSteps > {"excludeAllContributors":false,"excludeReleases":true,"excludeRenovate":true,"excludeTests":true} 1`] = ` |
| 96 | +[ |
| 97 | + { |
| 98 | + "label": "Be sure to populate the ACCESS_TOKEN secret (a GitHub PAT with repo and workflow permissions).", |
| 99 | + }, |
| 100 | +] |
| 101 | +`; |
| 102 | +
|
| 103 | +exports[`generateNextSteps > {"excludeAllContributors":true,"excludeReleases":false,"excludeRenovate":false,"excludeTests":false} 1`] = ` |
| 104 | +[ |
| 105 | + { |
| 106 | + "label": "Be sure to:", |
| 107 | + "lines": [ |
| 108 | + "- enable the GitHub apps: |
| 109 | + - Codecov (https://github.com/apps/codecov) |
| 110 | + - Renovate (https://github.com/apps/renovate)", |
| 111 | + "- populate the secrets: |
| 112 | + - ACCESS_TOKEN (a GitHub PAT with repo and workflow permissions) |
| 113 | + - NPM_TOKEN (an npm access token with automation permissions)", |
| 114 | + ], |
| 115 | + }, |
| 116 | +] |
| 117 | +`; |
| 118 | +
|
| 119 | +exports[`generateNextSteps > {"excludeAllContributors":true,"excludeReleases":false,"excludeRenovate":false,"excludeTests":true} 1`] = ` |
| 120 | +[ |
| 121 | + { |
| 122 | + "label": "Be sure to:", |
| 123 | + "lines": [ |
| 124 | + "- enable the Renovate GitHub app (https://github.com/apps/renovate).", |
| 125 | + "- populate the secrets: |
| 126 | + - ACCESS_TOKEN (a GitHub PAT with repo and workflow permissions) |
| 127 | + - NPM_TOKEN (an npm access token with automation permissions)", |
| 128 | + ], |
| 129 | + }, |
| 130 | +] |
| 131 | +`; |
| 132 | +
|
| 133 | +exports[`generateNextSteps > {"excludeAllContributors":true,"excludeReleases":false,"excludeRenovate":true,"excludeTests":false} 1`] = ` |
| 134 | +[ |
| 135 | + { |
| 136 | + "label": "Be sure to:", |
| 137 | + "lines": [ |
| 138 | + "- enable the Codecov GitHub app (https://github.com/apps/codecov).", |
| 139 | + "- populate the secrets: |
| 140 | + - ACCESS_TOKEN (a GitHub PAT with repo and workflow permissions) |
| 141 | + - NPM_TOKEN (an npm access token with automation permissions)", |
| 142 | + ], |
| 143 | + }, |
| 144 | +] |
| 145 | +`; |
| 146 | +
|
| 147 | +exports[`generateNextSteps > {"excludeAllContributors":true,"excludeReleases":false,"excludeRenovate":true,"excludeTests":true} 1`] = ` |
| 148 | +[ |
| 149 | + { |
| 150 | + "label": "Be sure to populate the secrets: |
| 151 | + - ACCESS_TOKEN (a GitHub PAT with repo and workflow permissions) |
| 152 | + - NPM_TOKEN (an npm access token with automation permissions)", |
| 153 | + }, |
| 154 | +] |
| 155 | +`; |
| 156 | +
|
| 157 | +exports[`generateNextSteps > {"excludeAllContributors":true,"excludeReleases":true,"excludeRenovate":false,"excludeTests":false} 1`] = ` |
| 158 | +[ |
| 159 | + { |
| 160 | + "label": "Be sure to enable the GitHub apps: |
| 161 | + - Codecov (https://github.com/apps/codecov) |
| 162 | + - Renovate (https://github.com/apps/renovate)", |
| 163 | + }, |
| 164 | +] |
| 165 | +`; |
| 166 | +
|
| 167 | +exports[`generateNextSteps > {"excludeAllContributors":true,"excludeReleases":true,"excludeRenovate":false,"excludeTests":true} 1`] = ` |
| 168 | +[ |
| 169 | + { |
| 170 | + "label": "Be sure to enable the Renovate GitHub app (https://github.com/apps/renovate).", |
| 171 | + }, |
| 172 | +] |
| 173 | +`; |
| 174 | +
|
| 175 | +exports[`generateNextSteps > {"excludeAllContributors":true,"excludeReleases":true,"excludeRenovate":true,"excludeTests":false} 1`] = ` |
| 176 | +[ |
| 177 | + { |
| 178 | + "label": "Be sure to enable the Codecov GitHub app (https://github.com/apps/codecov).", |
| 179 | + }, |
| 180 | +] |
| 181 | +`; |
| 182 | +
|
| 183 | +exports[`generateNextSteps > {"excludeAllContributors":true,"excludeReleases":true,"excludeRenovate":true,"excludeTests":true} 1`] = `[]`; |
0 commit comments