From 80269ba1b974b02da50d6a43696db11a0fc9b0f4 Mon Sep 17 00:00:00 2001 From: Muhammad Atif Ali Date: Thu, 1 Jun 2023 10:29:07 +0300 Subject: [PATCH] hotfix(.github): fix dependency in contrib.yaml (#7754) `title` job was removed in #7743, so this job was falling. --- .github/workflows/contrib.yaml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/contrib.yaml b/.github/workflows/contrib.yaml index 5db4768ed2..9c82bf42d4 100644 --- a/.github/workflows/contrib.yaml +++ b/.github/workflows/contrib.yaml @@ -49,8 +49,6 @@ jobs: release-labels: runs-on: ubuntu-latest - # Depend on lint so that title is Conventional Commits-compatible. - needs: [title] # Skip tagging for draft PRs. if: ${{ github.event_name == 'pull_request_target' && success() && !github.event.pull_request.draft }} steps: