Skip to content

chore(deps): bump express from 4.19.2 to 4.21.0 #705

chore(deps): bump express from 4.19.2 to 4.21.0

chore(deps): bump express from 4.19.2 to 4.21.0 #705

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