Feat/json config #12
Annotations
2 errors and 1 warning
error: expect(received).toEqual(expected):
src/domain/getLabelConfigs.spec.ts#L22
+ {}
- {
- defaultLabels: [
- "triage"
- ],
- ignoreComments: true,
- labelsNotAllowed: [
- "documentation"
- ],
- labelsSynonyms: {
- bug: [
- "error"
- ],
- },
- }
- Expected - 14
+ Received + 1
at /home/runner/work/auto-label/auto-label/src/domain/getLabelConfigs.spec.ts:22:7
at forEach (:1:21)
at /home/runner/work/auto-label/auto-label/src/domain/getLabelConfigs.spec.ts:19:5
|
build
Process completed with exit code 1.
|
build
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|