Skip to content

chore(deps): bump path-to-regexp from 6.2.2 to 6.3.0 in /backend/api/.api/apis/moonpaydocs in the npm_and_yarn group across 1 directory #811

chore(deps): bump path-to-regexp from 6.2.2 to 6.3.0 in /backend/api/.api/apis/moonpaydocs in the npm_and_yarn group across 1 directory

chore(deps): bump path-to-regexp from 6.2.2 to 6.3.0 in /backend/api/.api/apis/moonpaydocs in the npm_and_yarn group across 1 directory #811

Workflow file for this run

name: "Pull Request Labeler"
on:
- pull_request_target
jobs:
labeler:
permissions:
contents: read
pull-requests: write
runs-on: ubuntu-latest
steps:
- id: label-the-PR
uses: actions/labeler@v5
- id: run-frontend-tests
if: contains(steps.label-the-PR.outputs.all-labels, 'frontend')
run: |
echo "Running frontend tests..."
# Put your commands for running frontend tests here
- id: run-backend-tests
if: contains(steps.label-the-PR.outputs.all-labels, 'backend')
run: |
echo "Running backend tests..."
# Put your commands for running backend tests here