Skip to content

merge queue: embarking main (ef0d48b) and [#826 + #827 + #829] together #58

merge queue: embarking main (ef0d48b) and [#826 + #827 + #829] together

merge queue: embarking main (ef0d48b) and [#826 + #827 + #829] together #58

name: Add changeset to renovate PRs
on:
pull_request:
types: [opened, synchronize, labeled]
concurrency: ${{ github.workflow }}-${{ github.ref }}
jobs:
renovate:
name: Update Renovate PR
runs-on: ubuntu-latest
if: contains(github.event.pull_request.labels.*.name, 'dependencies')
steps:
- name: Update PR
uses: mscharley/[email protected]
with:
token: ${{ secrets.RENOVATE_TOKEN }}
use-conventional-commits: false