Avro path schema autocomplete input. #2058
Workflow file for this run
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: "PR label verification" | |
on: | |
pull_request_target: | |
types: [opened, labeled, unlabeled, synchronize] | |
jobs: | |
validate-pr-labels: | |
runs-on: ubuntu-latest | |
steps: | |
- name: Verify PR labels | |
uses: jesusvasquez333/[email protected] | |
with: | |
github-token: '${{ secrets.GITHUB_TOKEN }}' | |
valid-labels: 'bug, enhancement, ignore-for-release' | |
disable-reviews: true | |
pull-request-number: '${{ github.event.pull_request.number }}' |