Skip to content

build(deps): bump dompurify from 2.5.0 to 2.5.4 in /client #231

build(deps): bump dompurify from 2.5.0 to 2.5.4 in /client

build(deps): bump dompurify from 2.5.0 to 2.5.4 in /client #231

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 }}"