Skip to content

Bump @adobe/css-tools from 4.2.0 to 4.3.1 #163

Bump @adobe/css-tools from 4.2.0 to 4.3.1

Bump @adobe/css-tools from 4.2.0 to 4.3.1 #163

Workflow file for this run

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@v2
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
with:
token: ${{ secrets.GITHUB_TOKEN }}
configPath: issue_commands