Skip to content

build(deps): bump golang.org/x/net from 0.0.0-20220127200216-cd36cc0744dd to 0.7.0 in /tools/src/setup-envtest #3

build(deps): bump golang.org/x/net from 0.0.0-20220127200216-cd36cc0744dd to 0.7.0 in /tools/src/setup-envtest

build(deps): bump golang.org/x/net from 0.0.0-20220127200216-cd36cc0744dd to 0.7.0 in /tools/src/setup-envtest #3

Workflow file for this run

name: Cherry pick
on:
pull_request:
branches:
- main
types: ["closed"]
jobs:
cherry_pick_release_v0_5:
runs-on: ubuntu-latest
name: Cherry pick into release-v0.5
if: ${{ contains(github.event.pull_request.labels.*.name, 'cherrypick/release-v0.5') && github.event.pull_request.merged == true }}
steps:
- name: Checkout
uses: actions/checkout@v3
with:
fetch-depth: 0
- name: Cherry pick into release/v0.5
uses: carloscastrojumo/[email protected]
with:
branch: release/v0.5
title: "[release/v0.5] {old_title}"
body: "Cherry picking #{old_pull_request_id} onto release/v0.5"
labels: |
cherrypick/release-v0.5
# put release manager here
reviewers: |
arkodg