File tree Expand file tree Collapse file tree 4 files changed +25435
-5
lines changed Expand file tree Collapse file tree 4 files changed +25435
-5
lines changed Original file line number Diff line number Diff line change @@ -3,13 +3,14 @@ name: Pipeline
3
3
on :
4
4
push :
5
5
branches :
6
- # semantic-release valid branches
6
+ # semantic-release valid branches and all-contributors branches
7
7
- ' +([0-9])?(.{+([0-9]),x}).x'
8
8
- ' main'
9
9
- ' next'
10
10
- ' next-major'
11
11
- ' beta'
12
12
- ' alpha'
13
+ - ' all-contributors/**'
13
14
pull_request :
14
15
types : [opened, synchronize]
15
16
Original file line number Diff line number Diff line change @@ -67,7 +67,6 @@ yarn-error.log
67
67
# Yarn Integrity file
68
68
.yarn-integrity
69
69
70
- # these cause more harm than good
71
- # when working with contributors
72
- package-lock.json
70
+ # Ignore locks other than npm
71
+ pnpm-lock.yaml
73
72
yarn.lock
Original file line number Diff line number Diff line change 1
- package-lock = false
2
1
auto-install-peers = true
3
2
enable-pre-post-scripts = true
You can’t perform that action at this time.
0 commit comments