Skip to content

docs: update cluster config changelog #1046

docs: update cluster config changelog

docs: update cluster config changelog #1046

Workflow file for this run

name: track-pr
on:
pull_request:
types: [closed]
jobs:
trackpr:
if: github.event.pull_request.merged == true
runs-on: ubuntu-latest
env:
GITHUB_PR: ${{ toJSON(github.event.pull_request) }}
GH_TOKEN: ${{ secrets.GH_ORG_ADMIN_SECRET }}
steps:
- uses: actions/checkout@v3
- uses: actions/setup-go@v4
with:
go-version: '1.20.6'
- name: "Track PR"
run: go run github.com/obolnetwork/charon/testutil/trackpr