Skip to content

chore(deps): bump golang.org/x/net from 0.30.0 to 0.33.0 in /examples/tracing/golang-push #1088

chore(deps): bump golang.org/x/net from 0.30.0 to 0.33.0 in /examples/tracing/golang-push

chore(deps): bump golang.org/x/net from 0.30.0 to 0.33.0 in /examples/tracing/golang-push #1088

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