Skip to content

feat(google_cloud_pubsub): add Subscription ack and modifyAckDeadline batching #429

feat(google_cloud_pubsub): add Subscription ack and modifyAckDeadline batching

feat(google_cloud_pubsub): add Subscription ack and modifyAckDeadline batching #429

Workflow file for this run

# Copyright 2026 Google LLC
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# https://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
# A CI configuration to auto-publish pub packages.
name: Publish
on:
pull_request:
branches: [ main ]
push:
tags: [ '[A-z]+-v[0-9]+.[0-9]+.[0-9]+*' ]
jobs:
publish:
if: ${{ github.repository_owner == 'googleapis' }}
uses: dart-lang/ecosystem/.github/workflows/publish.yaml@main
with:
ignore-packages: generated/**
permissions:
id-token: write
pull-requests: write