Skip to content

Commit ee94351

Browse files
committed
Fix contrib
1 parent 18679ae commit ee94351

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/contrib.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ jobs:
6262
name: Release labels
6363
runs-on: ubuntu-latest
6464
# Depend on lint so that title is Conventional Commits-compatible.
65-
needs: [lint-title]
65+
needs: [title]
6666
# Skip tagging for draft PRs.
6767
if: ${{ github.event_name == 'pull_request_target' && success() && !github.event.pull_request.draft }}
6868
steps:

0 commit comments

Comments
 (0)