Skip to content

More emotionjs migration changes #4554

More emotionjs migration changes

More emotionjs migration changes #4554

Workflow file for this run

name: Run commands when issues are labeled
"on":
issues:
types: [labeled]
pull_request:
types: [labeled]
jobs:
main:
runs-on: ubuntu-latest
steps:
- name: Checkout Actions
uses: actions/checkout@v3
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.ISSUE_COMMANDS_TOKEN}}
configPath: issue_and_pr_commands