github.com/instill-ai/component@v0.16.0-beta/.github/workflows/semantic.yml (about) 1 name: "Lint PR" 2 3 on: 4 pull_request_target: 5 types: 6 - opened 7 - edited 8 - synchronize 9 10 jobs: 11 main: 12 name: Validate PR title 13 runs-on: ubuntu-latest 14 steps: 15 - uses: amannn/action-semantic-pull-request@v4 16 env: 17 GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}