github.com/yankunsam/loki/v2@v2.6.3-0.20220817130409-389df5235c27/.github/workflows/issue_commands.yml (about) 1 name: Run commands when issues are labeled 2 on: 3 issues: 4 types: [labeled] 5 jobs: 6 main: 7 runs-on: ubuntu-latest 8 steps: 9 - name: Checkout Actions 10 uses: actions/checkout@v3 11 with: 12 repository: "grafana/grafana-github-actions" 13 path: ./actions 14 ref: main 15 - name: Install Actions 16 run: npm install --production --prefix ./actions 17 - name: Run Commands 18 uses: ./actions/commands 19 with: 20 token: ${{secrets.GH_BOT_ACCESS_TOKEN}} 21 configPath: issue_commands