Skip to content

Commit

Permalink
chore: updated commitlint to ignore automated pr commit messages
Browse files Browse the repository at this point in the history
  • Loading branch information
GarthDB committed Jan 19, 2024
1 parent b750626 commit ca89735
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions commitlint.config.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,7 @@ governing permissions and limitations under the License.

module.exports = {
extends: ["@commitlint/config-conventional"],
ignores: [
(message) => message.includes("[create-pull-request] automated change"),
],
};

0 comments on commit ca89735

Please sign in to comment.