feat(sdk): account for fractal network (#128) #660
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
version: v1 | |
labels: | |
- label: kind/feature | |
sync: true | |
matcher: | |
title: "^feature\\(.+\\): .+" | |
- label: kind/feature | |
sync: true | |
matcher: | |
title: "^feat\\(.+\\): .+" | |
- label: kind/fix | |
sync: true | |
matcher: | |
title: "^fix\\(.+\\): .+" | |
- label: kind/chore | |
sync: true | |
matcher: | |
title: "^chore\\(.+\\): .+" | |
- label: kind/refactor | |
sync: true | |
matcher: | |
title: "^refactor\\(.+\\): .+" | |
- label: kind/docs | |
sync: true | |
matcher: | |
title: "^docs\\(.+\\): .+" | |
- label: kind/dependencies | |
sync: true | |
matcher: | |
title: "^bump(\\(.+\\))?: .+" | |
- label: kind/dependencies | |
sync: true | |
matcher: | |
title: "^build(\\(.+\\))?: .+" | |
checks: | |
- context: "Semantic Pull Request" | |
url: "https://github.com/JellyfishSDK/jellyfish/blob/main/.github/labeler.yml" | |
description: | |
success: Ready for review & merge. | |
failure: "Missing semantic title or label for merge [kind(directory): title]" | |
labels: | |
any: | |
- kind/feature | |
- kind/fix | |
- kind/chore | |
- kind/refactor | |
- kind/docs | |
- kind/dependencies |