Start of dashboard i18n logic & implement on new Auth pages #1986
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@2ca9c8db686d12d7dad1e60bc4230fb293b21e6c # v1.1.0 | |
with: | |
token: ${{ secrets.STUDIOCMS_SERVICE_TOKEN }} | |
use-conventional-commits: true | |
author-name: StudioCMS | |
author-email: [email protected] |