Skip to content

build(deps): bump vite from 5.0.13 to 5.2.14 in /legacyAppLoader #235

build(deps): bump vite from 5.0.13 to 5.2.14 in /legacyAppLoader

build(deps): bump vite from 5.0.13 to 5.2.14 in /legacyAppLoader #235

Workflow file for this run

name: Common
on:
pull_request:
branches:
- main
types: [opened, reopened]
jobs:
web-client-pr:
name: Open Pull Request
runs-on: ubuntu-latest
if: ${{ github.actor != 'dependabot[bot]' }}
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Labeler
uses: ./.github/actions/labeler
with:
token: "${{ secrets.GITHUB_TOKEN }}"
- name: Post Pull Request
uses: davidwengier/[email protected]
with:
webhook-uri: "${{ secrets.TEAMS_PR_WEBHOOK }}"