♻️ Chore: Update Database Start page to reflect new theme and utilize batch transactions #241
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Add changeset to Renovate updates | |
on: | |
pull_request_target: | |
types: [opened, synchronize, labeled] | |
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/dependency-changesets-action@1d35a10e6730ac0cf9fbe731f2996fd4b773ff7c # v1.0.9 | |
with: | |
token: ${{ secrets.DEPENDENCY_UPDATE_GITHUB_TOKEN }} | |
use-conventional-commits: true | |
author-name: Renovate Changesets | |
author-email: [email protected] |