Skip to content
This repository has been archived by the owner on Aug 7, 2024. It is now read-only.

Commit

Permalink
fix: removed enforcing lint commits (#1711)
Browse files Browse the repository at this point in the history
eddiejaoude authored Sep 1, 2022
1 parent c63ae82 commit b4063b5
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions reviewpad.yml
Original file line number Diff line number Diff line change
@@ -56,17 +56,6 @@ workflows:
- '$info("A maintainer will review your pull request soon!")'
- '$addLabel("waiting-for-reviewers")'

- name: lint-commits
description: Lint commit messages
always-run: true
if:
- rule: '!$hasLinearHistory()'
extra-actions:
- '$warn("This pull request does not have linear history - please fix this!")'
- rule: 'true'
extra-actions:
- '$commitLint()'

- name: add-label-for-chore-profile-addition
always-run: true
if:

0 comments on commit b4063b5

Please sign in to comment.