Skip to content

build(deps): bump micromatch from 4.0.5 to 4.0.8 in /client #218

build(deps): bump micromatch from 4.0.5 to 4.0.8 in /client

build(deps): bump micromatch from 4.0.5 to 4.0.8 in /client #218

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