Skip to content

chore(deps): bump axios from 0.24.0 to 0.28.0 in /packages/metrics #7515

chore(deps): bump axios from 0.24.0 to 0.28.0 in /packages/metrics

chore(deps): bump axios from 0.24.0 to 0.28.0 in /packages/metrics #7515

Workflow file for this run

name: PR Title validation
on:
pull_request:
types: [opened, edited, synchronize, reopened]
jobs:
pr-validation:
name: Checks if the PR title is valid
runs-on: ubuntu-latest
if: ${{ github.actor != 'dependabot[bot]' }}
steps:
- uses: deepakputhraya/action-pr-title@master
with:
regex: ${{ secrets.PR_TITLE_REGEX }} # Regex the title should match.
github_token: ${{ secrets.GH_SA_TOKEN }}