Skip to content

Bump google.golang.org/protobuf from 1.30.0 to 1.33.0 in /_examples #730

Bump google.golang.org/protobuf from 1.30.0 to 1.33.0 in /_examples

Bump google.golang.org/protobuf from 1.30.0 to 1.33.0 in /_examples #730

name: "detect conflicts"
on:
push:
branches:
- "*"
tags:
- "!*"
pull_request:
types: synchronize
jobs:
main:
runs-on: ubuntu-latest
steps:
- name: Run the action to detect unmergeable PRs
uses: cats-oss/github-action-detect-unmergeable@v2.1.1
env:
LABEL_NEED_REBASE: "needs rebase"
GITHUB_TOKEN: "${{ secrets.GITHUB_TOKEN }}"