We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 18679ae commit ee94351Copy full SHA for ee94351
.github/workflows/contrib.yaml
@@ -62,7 +62,7 @@ jobs:
62
name: Release labels
63
runs-on: ubuntu-latest
64
# Depend on lint so that title is Conventional Commits-compatible.
65
- needs: [lint-title]
+ needs: [title]
66
# Skip tagging for draft PRs.
67
if: ${{ github.event_name == 'pull_request_target' && success() && !github.event.pull_request.draft }}
68
steps:
0 commit comments