β LLM - Remove Adjust #8248
Merged
β LLM - Remove Adjust #8248
live-github-bot / @PR β’ Lint Commit Messages β’ commitlint (conventional)
completed
Oct 30, 2024 in 3m 52s
β Failure
Lint the Pull Request commit messages according to the conventional commits specification.
π Workflow run
π¨ Invalid commit message(s)
One or more commits messages are not formatted correctly.
Please rewrite the git history and reword the commit messages in order to fix this issue. π
π‘ Tips:
- Run
pnpm commitlint --from <target branch>
locally to test your branch. - Run
pnpm commit
will run a prompt that can walk you through writing a correct commit message. - If you are not comfortable with git and
git rebase --interactive
, here is a nice tutorial.
Commitlint output
β§ input: :heavy_minus_sign: feat(llm): add back the ledger.go.link prefixes to the deeplinks provider to keep supporting those deeplinks when scanning a qr code on a stax or a flex
β header must not be longer than 100 characters, current length is 171 [header-max-length]
β subject may not be empty [subject-empty]
β type may not be empty [type-empty]
β found 3 problems, 0 warnings
β Get help: https://github.com/conventional-changelog/commitlint/#what-is-commitlint
β§ input: :heavy_minus_sign: feat(llm): remove react-native-adjust sdk and all adjust related parts from the codebase
β header must not be longer than 100 characters, current length is 107 [header-max-length]
β subject may not be empty [subject-empty]
β type may not be empty [type-empty]
β found 3 problems, 0 warnings
β Get help: https://github.com/conventional-changelog/commitlint/#what-is-commitlint
Loading