Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a46e8f2 commit b6fc4b9Copy full SHA for b6fc4b9
.github/workflows/contrib.yaml
@@ -49,8 +49,6 @@ jobs:
49
50
release-labels:
51
runs-on: ubuntu-latest
52
- # Depend on lint so that title is Conventional Commits-compatible.
53
- needs: [title]
54
# Skip tagging for draft PRs.
55
if: ${{ github.event_name == 'pull_request_target' && success() && !github.event.pull_request.draft }}
56
steps:
0 commit comments