Skip to content

chore: add CODEOWNERS file #47

chore: add CODEOWNERS file

chore: add CODEOWNERS file #47

name: release-please
on:
workflow_dispatch:
push:
branches:
- main
jobs:
release-please:
runs-on: ubuntu-latest
steps:
- uses: google-github-actions/release-please-action@v3
with:
command: manifest
token: ${{ secrets.LOS_AUTO_BOT_RP_TOKEN }}