Skip to content

Commit b7652d3

Browse files
committed
Merge branch 'develop' of https://github.com/stdlib-js/stdlib into develop
2 parents cc5d549 + dc1b0e0 commit b7652d3

6 files changed

Lines changed: 14 additions & 6 deletions

File tree

.github/workflows/namespace_declarations.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
update:
3939

4040
# Define a display name:
41-
name: "Update TypeScript Declarations"
41+
name: 'Update TypeScript Declarations'
4242

4343
# Define the type of virtual host machine:
4444
runs-on: ubuntu-latest
@@ -88,6 +88,10 @@ jobs:
8888
8989
- updates namespace TypeScript declarations
9090
91+
* * *
92+
93+
@stdlib-js/reviewers
94+
9195
commit-message: 'Update namespace TypeScript declarations'
9296
committer: 'stdlib-bot <noreply@stdlib.io>'
9397
labels: |

.github/workflows/process_metadata.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
# Define a job for processing commit message metadata...
3030
process:
3131
# Define a display name:
32-
name: "Process Metadata"
32+
name: 'Process Metadata'
3333

3434
# Define the type of virtual host machine:
3535
runs-on: ubuntu-latest

.github/workflows/repl_docs.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
update:
4343

4444
# Define a display name:
45-
name: "Update REPL docs"
45+
name: 'Update REPL docs'
4646

4747
# Define the type of virtual host machine:
4848
runs-on: ubuntu-latest
@@ -92,6 +92,10 @@ jobs:
9292
9393
- updates the REPL namespace
9494
95+
* * *
96+
97+
@stdlib-js/reviewers
98+
9599
commit-message: 'Update REPL namespace'
96100
labels: |
97101
documentation

.github/workflows/standalone_publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
publish:
4444

4545
# Define a display name:
46-
name: "Publish"
46+
name: 'Publish'
4747

4848
# Define the type of virtual host machine:
4949
runs-on: ubuntu-latest

.github/workflows/standalone_push_changes.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
push:
3131

3232
# Define a display name:
33-
name: "Push Changes to Standalone Packages"
33+
name: 'Push Changes to Standalone Packages'
3434

3535
# Define the type of virtual host machine:
3636
runs-on: ubuntu-latest

.github/workflows/standalone_test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
trigger:
4141

4242
# Define a display name:
43-
name: "Trigger Tests"
43+
name: 'Trigger Tests'
4444

4545
# Define the type of virtual host machine:
4646
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)