Skip to content

Chore(deps): bump eventsource from 3.0.1 to 3.0.2 in the update-npm-dependencies group across 1 directory #874

Chore(deps): bump eventsource from 3.0.1 to 3.0.2 in the update-npm-dependencies group across 1 directory

Chore(deps): bump eventsource from 3.0.1 to 3.0.2 in the update-npm-dependencies group across 1 directory #874

Workflow file for this run

name: Check Pull Request
on:
pull_request:
types: [opened, labeled, unlabeled, synchronize]
jobs:
validate-pr-label:
name: Validate the Pull Request's labels
runs-on: ubuntu-latest
steps:
- name: PR must be labeled
uses: jesusvasquez333/[email protected]
with:
disable-reviews: true
github-token: "${{ secrets.GITHUB_TOKEN }}"
valid-labels: "breaking-change, bug, chore, ci, dependencies, documentation, enhancement, refactoring, test"