Skip to content

chore(ci): disable verbose on release PR creation #3

chore(ci): disable verbose on release PR creation

chore(ci): disable verbose on release PR creation #3

Workflow file for this run

name: Create update PR
on:
push:
branches:
- main
concurrency:
group: release-plz-${{ github.ref }}
cancel-in-progress: false
permissions: {}
jobs:
release-pr:
if: ${{ github.repository_owner == 'ua-parser' }}
runs-on: ubuntu-latest
permissions:
pull-requests: write # create / update a PR
contents: write # add content to repo
steps:
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
with:
fetch-depth: 0
submodules: true
persist-credentials: false
- uses: release-plz/action@1528104d2ca23787631a1c1f022abb64b34c1e11 # v0.5.128
with:
command: release-pr
env:
GITHUB_TOKEN: "${{ secrets.GITHUB_TOKEN }}"