Skip to content

feat: support resolve symbols in mini debug info(".gnu_debugdata") #730

feat: support resolve symbols in mini debug info(".gnu_debugdata")

feat: support resolve symbols in mini debug info(".gnu_debugdata") #730

Workflow file for this run

name: Backport PR creator
on:
pull_request_target:
types:
- closed
- labeled
jobs:
main:
if: github.repository == 'grafana/pyroscope'
runs-on: ubuntu-latest
steps:
- name: Checkout Actions
uses: actions/checkout@v4
with:
repository: grafana/grafana-github-actions
path: ./actions
- name: Install Actions
run: npm install --production --prefix ./actions
- name: Run backport
uses: ./actions/backport
with:
token: ${{ secrets.GITHUB_TOKEN }}
labelsToAdd: backport
# The provided token needs read permissions for organization members if you want to remove the default reviewers.
removeDefaultReviewers: false
title: "[{{base}}] {{originalTitle}}"