Skip to content

Commit c3f4b10

Browse files
authored
Changing codespell and mergeable ymls to prepare for opensourcing kotlin protos (#8442)
1 parent c47ebfd commit c3f4b10

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/mergeable.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ mergeable:
1111
regex: 'release notes: yes'
1212
message: 'Please include release notes: yes'
1313
- must_include:
14-
regex: '^(autotools|bazel|c#|c\+\+|cleanup|cmake|conformance tests|integration|go|java|javascript|objective-c|php|protoc|python|ruby)'
14+
regex: '^(autotools|bazel|c#|c\+\+|cleanup|cmake|conformance tests|integration|go|java|javascript|objective-c|php|protoc|python|ruby|kotlin)'
1515
message: 'Please include at least a language label (e.g., c++, java, python). Or apply one of the following labels: autotools, bazel, cmake, cleanup, conformance tests, integration, protoc.'
1616
- must_include:
1717
regex: 'release notes: no'

.github/workflows/codespell.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@ jobs:
1313
with:
1414
check_filenames: true
1515
skip: ./.git,./conformance/third_party,*.snk,*.pb,*.pb.cc,*.pb.h,./src/google/protobuf/testdata,./objectivec/Tests,./python/compatibility_tests/v2.5.0/tests/google/protobuf/internal
16-
ignore_words_list: "alow,alse,ba,cleare,copyable,cloneable,dedup,dur,errorprone,files',fo,fundementals,hel,importd,inout,leapyear,nd,nin,ois,ons,parseable,process',te,testof,ue,unparseable,wasn,wee,gae,keyserver,objext,od"
16+
ignore_words_list: "alow,alse,ba,cleare,copyable,cloneable,dedup,dur,errorprone,files',fo,fundementals,hel,importd,inout,leapyear,nd,nin,ois,ons,parseable,process',te,testof,ue,unparseable,wasn,wee,gae,keyserver,objext,od,OptIn"

0 commit comments

Comments
 (0)