Skip to content

Update @vitejs/plugin-vue 5.1.3 → 5.1.4 (patch) #568

Update @vitejs/plugin-vue 5.1.3 → 5.1.4 (patch)

Update @vitejs/plugin-vue 5.1.3 → 5.1.4 (patch) #568

Workflow file for this run

# Calls a reusable workflow in the .github repo,
# which adds the PR that triggered this to the Technical Debt project board, if it is a 'depfu' one.
# Passes the 'PSD-AddToProject' GitHub App key and App Id as secrets to the reusable workflow.
name: Add dependencies to technical debt project
on:
pull_request:
types:
- labeled
jobs:
call-add-to-project:
uses: sanger/.github/.github/workflows/add_to_tech_debt_project_reusable.yml@master
secrets:
app_id: ${{ secrets.ADD_TO_PROJECT_APP_ID_PSD }}
app_key: ${{ secrets.ADD_TO_PROJECT_APP_KEY_PSD }}