Skip to content

Commit ff91fea

Browse files
aduh95karan-lrn
authored andcommitted
tools: do not run commit-lint on release proposals
PR-URL: #62523 Reviewed-By: René <contact.9a5d6388@renegade334.me.uk> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Michaël Zasso <targos@protonmail.com>
1 parent 9b538d8 commit ff91fea

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/commit-lint.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
name: First commit message adheres to guidelines
22

3-
on: [pull_request]
3+
on:
4+
pull_request:
5+
branches:
6+
- main
7+
- v[0-9]+.x-staging
48

59
env:
610
NODE_VERSION: lts/*

0 commit comments

Comments
 (0)