Skip to content

merge queue: embarking main (d831298) and #819 together #38

merge queue: embarking main (d831298) and #819 together

merge queue: embarking main (d831298) and #819 together #38

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