Skip to content

[DOC] Restructure the Manage (operations) section of the Tempo docs #687

[DOC] Restructure the Manage (operations) section of the Tempo docs

[DOC] Restructure the Manage (operations) section of the Tempo docs #687

name: Run commands when issues are labeled
on:
issues:
types: [labeled]
jobs:
main:
# only run in grafana/tempo.
if: github.repository == 'grafana/tempo'
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
with:
token: ${{secrets.ISSUE_COMMANDS_TOKEN}}
configPath: issue_commands