1 parent 03fdd1e commit b9ca83fCopy full SHA for b9ca83f
1 file changed
.github/workflows/conventional-pr-title.yml
@@ -29,7 +29,6 @@ jobs:
29
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
30
31
- name: Remove PR labels
32
- if: steps.validate-pr-title.outputs.error_message == null
33
run: |
34
for label in feature fix documentation cicd; do
35
gh pr edit "$PR_NUMBER" --repo "$GITHUB_REPOSITORY" --remove-label "$label" || true
0 commit comments