Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit b6fc4b9

Browse files
authored
hotfix(.github): fix dependency in contrib.yaml
`title` job was removed in #7743, so this job was falling.
1 parent a46e8f2 commit b6fc4b9

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/contrib.yaml

-2
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,6 @@ jobs:
4949

5050
release-labels:
5151
runs-on: ubuntu-latest
52-
# Depend on lint so that title is Conventional Commits-compatible.
53-
needs: [title]
5452
# Skip tagging for draft PRs.
5553
if: ${{ github.event_name == 'pull_request_target' && success() && !github.event.pull_request.draft }}
5654
steps:

0 commit comments

Comments
 (0)