Skip to content

Bump the all-node-dependencies group across 1 directory with 6 updates #193

Bump the all-node-dependencies group across 1 directory with 6 updates

Bump the all-node-dependencies group across 1 directory with 6 updates #193

name: Run commands when issues are labeled
on:
issues:
types: [labeled, unlabeled]
pull_request:
types: [labeled, unlabeled]
branches-ignore: 'dependabot/**'
jobs:
main:
runs-on: ubuntu-latest
steps:
- name: Checkout Actions
uses: actions/checkout@v4
with:
repository: 'grafana/grafana-github-actions'
path: ./actions
ref: main
- name: Install Actions
run: npm install --production --prefix ./actions
- name: Run Commands
uses: ./actions/commands