Skip to content

Commit 7607b9f

Browse files
committed
ci: replace ci scope (it's a type) to sdk
1 parent 591e3a6 commit 7607b9f

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/pr.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
# Configure which scopes are allowed (newline-delimited).
3333
# These are regex patterns auto-wrapped in `^ $`.
3434
scopes: |
35-
ci
35+
sdk
3636
dapi
3737
platform
3838
drive
@@ -49,7 +49,6 @@ jobs:
4949
test-suite
5050
bench-suite
5151
release
52-
wasm-sdk
5352
requireScope: false
5453
# Configure additional validation for the subject based on a regex.
5554
# This example ensures the subject doesn't start with an uppercase character.

0 commit comments

Comments
 (0)