Skip to content

[release/v1.7] Test backport workflow with branch that doesn't make a GraphQL call #696

[release/v1.7] Test backport workflow with branch that doesn't make a GraphQL call

[release/v1.7] Test backport workflow with branch that doesn't make a GraphQL call #696

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
ref: jdb/2024-09-replace-graphql-with-rest
- name: Install Actions
run: npm install --production --prefix ./actions
- name: Run backport
uses: ./actions/backport
with:
token: ${{ secrets.GITHUB_TOKEN }}
labelsToAdd: backport
title: "[{{base}}] {{originalTitle}}"