Skip to content

docs: Add pyroscope v1.9 release notes #738

docs: Add pyroscope v1.9 release notes

docs: Add pyroscope v1.9 release notes #738

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}}"