Skip to content

Add Java and Kotlin protobuf bindings #27

Add Java and Kotlin protobuf bindings

Add Java and Kotlin protobuf bindings #27

Workflow file for this run

name: SCIP protocol review
on:
pull_request:
paths: [scip.proto]
pull_request_review:
permissions:
pull-requests: write
statuses: write
jobs:
proto-review:
runs-on: ubuntu-latest
steps:
- uses: Automattic/action-required-review@v5
with:
token: ${{ github.token }}
request-reviews: true
requirements: |
- name: SCIP CSC
paths:
- scip.proto
teams:
- all-of:
- '@jupblb'
- '@CatherineGasnier'
- '@jamydev'