Skip to content

Commit

Permalink
Merge pull request #8287 from dlj-NaN/mergeable-autotools
Browse files Browse the repository at this point in the history
Add autotools to release notes languages.
  • Loading branch information
acozzette committed Mar 12, 2021
2 parents 9ad9762 + 0894247 commit f154323
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/mergeable.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ mergeable:
regex: 'release notes: yes'
message: 'Please include release notes: yes'
- must_include:
regex: '^(c#|c\+\+|cleanup|conformance tests|integration|java|javascript|go|objective-c|php|python|ruby|bazel|cmake|protoc)'
message: 'Please include at least a language label (e.g., c++, java, python). Or apply one of the following labels: bazel, cmake, cleanup, conformance tests, integration, protoc.'
regex: '^(autotools|bazel|c#|c\+\+|cleanup|cmake|conformance tests|integration|go|java|javascript|objective-c|php|protoc|python|ruby)'
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.'
- must_include:
regex: 'release notes: no'
message: 'Please include release notes: no'

0 comments on commit f154323

Please sign in to comment.