From 82f4c8219b1d270cec93201d6c16c102ec38d7ad Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 27 Sep 2024 17:26:59 +0200 Subject: [PATCH] chore(deps): update dependency tuist to v4.28.1 (#857) * Remove Swift from the .mise.toml * Do not match commit titles when there's a single commit --------- Co-authored-by: Pedro --- .github/workflows/conventional-pr.yml | 2 ++ .mise.toml | 1 - 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/conventional-pr.yml b/.github/workflows/conventional-pr.yml index c145cda3..d41825ce 100644 --- a/.github/workflows/conventional-pr.yml +++ b/.github/workflows/conventional-pr.yml @@ -14,5 +14,7 @@ jobs: steps: - uses: actions/checkout@v2 - uses: CondeNast/conventional-pull-request-action@v0.2.0 + with: + commitTitleMatch: false env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} diff --git a/.mise.toml b/.mise.toml index 39b93e5d..1a0125f8 100644 --- a/.mise.toml +++ b/.mise.toml @@ -2,5 +2,4 @@ swiftformat = "0.54.3" tuist = "4.27.0" swiftlint = "0.55.1" -swift="5.10.1" "git-cliff" = "2.4.0"