Skip to content

Enable Online DDL foreign key support (also in vtgate stress tests) when backing MySQL includes appropriate patch #1146

Enable Online DDL foreign key support (also in vtgate stress tests) when backing MySQL includes appropriate patch

Enable Online DDL foreign key support (also in vtgate stress tests) when backing MySQL includes appropriate patch #1146

name: Assign Milestone
on:
pull_request_target:
types: [opened]
permissions: read-all
env:
GH_TOKEN: ${{ github.token }}
jobs:
build:
name: Assign Milestone
runs-on: ubuntu-22.04
permissions:
pull-requests: write
steps:
- name: Set up Go
uses: actions/setup-go@v4
with:
go-version: 1.21.3
- name: Checkout code
uses: actions/checkout@v3
- name: Assign Milestone
run: |
gh pr edit ${{ github.event.number }} --milestone "v$(sed -n 's/.*versionName.*\"\([[:digit:]\.]*\).*\"/\1/p' ./go/vt/servenv/version.go)"