Skip to content

Commit b9ca83f

Browse files
committed
fix: remove conditional check for PR title validation in label removal step
1 parent 03fdd1e commit b9ca83f

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

.github/workflows/conventional-pr-title.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,6 @@ jobs:
2929
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
3030

3131
- name: Remove PR labels
32-
if: steps.validate-pr-title.outputs.error_message == null
3332
run: |
3433
for label in feature fix documentation cicd; do
3534
gh pr edit "$PR_NUMBER" --repo "$GITHUB_REPOSITORY" --remove-label "$label" || true

0 commit comments

Comments
 (0)