Skip to content

Show trace is not correctly working when Events and Links columns not exists in database #562

Show trace is not correctly working when Events and Links columns not exists in database

Show trace is not correctly working when Events and Links columns not exists in database #562

name: Run commands when issues are labeled
on:
issues:
types: [labeled]
jobs:
main:
runs-on: ubuntu-latest
steps:
- name: Checkout Actions
uses: actions/checkout@v6
with:
repository: 'grafana/grafana-github-actions'
path: ./actions
ref: main
persist-credentials: false
- name: Install Actions
run: npm install --production --prefix ./actions
- name: Run Commands
uses: ./actions/commands
with:
token: ${{secrets.ISSUE_COMMANDS_TOKEN}}
configPath: issue_commands