Update task release proto for publish change signals and deployed_at … #120
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| --- | |
| name: Lint Protobuf | |
| on: | |
| push: | |
| branches: [main] | |
| pull_request: | |
| types: [ opened, synchronize, reopened, labeled, unlabeled ] | |
| merge_group: | |
| branches: ["**"] | |
| jobs: | |
| buf: | |
| name: Buf | |
| runs-on: ubuntu-latest | |
| permissions: | |
| contents: read | |
| pull-requests: write | |
| steps: | |
| - name: Checkout code | |
| uses: actions/checkout@v6 | |
| - name: Buf build/lint/format/breaking/push | |
| uses: bufbuild/buf-action@v1 | |
| with: | |
| token: ${{ secrets.BUF_TOKEN }} |