Skip to content

feat: add object ID options.proto (#30) #71

feat: add object ID options.proto (#30)

feat: add object ID options.proto (#30) #71

Workflow file for this run

name: Buf CI
on:
push:
branches: [main]
paths:
- "proto/**"
- "buf.yaml"
- "buf.gen.yaml"
- "buf.lock"
- ".github/workflows/buf.yml"
pull_request:
branches: [main]
types: [opened, synchronize, reopened, labeled, unlabeled]
paths:
- "proto/**"
- "buf.yaml"
- "buf.gen.yaml"
- "buf.lock"
- ".github/workflows/buf.yml"
permissions:
contents: read
pull-requests: write
concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref_name }}
cancel-in-progress: true
jobs:
buf:
name: Buf
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4
- uses: bufbuild/buf-action@8f4a1456a0ab6a1eb80ba68e53832e6fcfacc16c # v1
with:
push: false
breaking: ${{ github.event_name == 'pull_request' && !contains(github.event.pull_request.labels.*.name, 'buf:skip:breaking') }}
breaking_against: ${{ github.event.repository.clone_url }}#branch=main,ref=HEAD~1