Skip to content

chore(deps): Bump vue from 3.4.38 to 3.5.12 #27

chore(deps): Bump vue from 3.4.38 to 3.5.12

chore(deps): Bump vue from 3.4.38 to 3.5.12 #27

name: 'On Dependabot PR'
# Ensures that only one workflow is run per branch at a time.
concurrency:
cancel-in-progress: true
group: ${{ github.workflow }}-${{ github.head_ref || github.ref_name }}
on: pull_request
permissions:
pull-requests: write
jobs:
dependabot-labels:
if: github.event.pull_request.user.login == 'dependabot[bot]'
runs-on: ubuntu-latest
steps:
- uses: dependabot/fetch-metadata@v2
id: metadata
with:
github-token: "${{ secrets.GITHUB_TOKEN }}"
- name: Add a label for all production dependencies
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
PR_URL: ${{github.event.pull_request.html_url}}
if: steps.metadata.outputs.dependency-type == 'direct:production'
run: gh pr edit "$PR_URL" --add-label "production"