Skip to content

*: cherry pick 2685 and 2673 #1096

*: cherry pick 2685 and 2673

*: cherry pick 2685 and 2673 #1096

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.7'
- name: "Track PR"
run: go run github.com/obolnetwork/charon/testutil/trackpr