Skip to content

chore(deps): bump js-yaml from 4.1.0 to 4.1.1 in /packages/cubejs-playground/vizard #13256

chore(deps): bump js-yaml from 4.1.0 to 4.1.1 in /packages/cubejs-playground/vizard

chore(deps): bump js-yaml from 4.1.0 to 4.1.1 in /packages/cubejs-playground/vizard #13256

Workflow file for this run

name: Pull Requests
on:
pull_request_target:
types: [opened]
pull_request:
types: [opened]
jobs:
authorDetector:
name: Detect PR's author
runs-on: ubuntu-24.04
steps:
- name: Checkout Actions
uses: actions/checkout@v4
with:
repository: 'cube-js/github-actions'
path: ./actions
ref: v5
- name: Install Actions
run: npm install --production --prefix ./actions
- name: Detect author
uses: ./actions/author-detector
with:
token: ${{secrets.GITHUB_TOKEN}}
addCoreLabel: false
communityLabel: pr:community