Skip to content

chore: Add validate PR title workflow (#26) #8

chore: Add validate PR title workflow (#26)

chore: Add validate PR title workflow (#26) #8

Workflow file for this run

name: release-please
on:
push:
branches:
- main
concurrency:
group: release-please-main
cancel-in-progress: true
jobs:
release-pr:
timeout-minutes: 30
runs-on: ubuntu-latest
steps:
- uses: google-github-actions/release-please-action@v3
id: release
with:
command: manifest
token: ${{ secrets.GH_CQ_BOT }}
default-branch: main