hotfix(.github): fix dependency in contrib.yaml (#7754)

`title` job was removed in #7743, so this job was falling.
This commit is contained in:
Muhammad Atif Ali 2023-06-01 10:29:07 +03:00 committed by GitHub
parent a46e8f2e49
commit 80269ba1b9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 2 deletions

View File

@ -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: