Skip to content

Bump github.com/hashicorp/raft-boltdb/v2 from 2.0.0-20210421194847-a7e34179d62c to 2.3.1 #20

Bump github.com/hashicorp/raft-boltdb/v2 from 2.0.0-20210421194847-a7e34179d62c to 2.3.1

Bump github.com/hashicorp/raft-boltdb/v2 from 2.0.0-20210421194847-a7e34179d62c to 2.3.1 #20

Workflow file for this run

on:
pull_request:
types:
- closed
jobs:
stable_website_cherry_pick:
if: github.event.pull_request.merged && contains(github.event.pull_request.labels.*.name, 'docs-cherrypick')
runs-on: ubuntu-latest
name: Cherry pick to stable-website branch
steps:
- name: Checkout
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
with:
ref: stable-website
- run: |
git fetch --no-tags --prune origin main
git config --local user.email "action@github.com"
git config --local user.name "GitHub Action"
git cherry-pick ${{ github.sha }}
git push origin stable-website