fix(mysql-cdc): fix mysql enum type default value (#19192) #64441
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: License checker | |
on: | |
push: | |
branches: | |
- main | |
- "forks/*" | |
pull_request: | |
branches: | |
- main | |
- "v*.*.*-rc" | |
merge_group: | |
types: [checks_requested] | |
jobs: | |
license-header-check: | |
runs-on: ubuntu-latest | |
name: license-header-check | |
steps: | |
- uses: actions/checkout@v4 | |
- name: Check License Header | |
uses: apache/skywalking-eyes@775fe1ffda59b7e100aa144d0ef8d7beae17f97d |