feat add event handlers to make request async #118
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 Review | |
on: | |
pull_request: | |
types: | |
- opened | |
- repoened | |
- edited | |
- synchronize | |
- labeled | |
- unlabeled | |
concurrency: | |
group: ${{ github.workflow }} - ${{ github.ref }} | |
cancel-in-progress: true | |
jobs: | |
label-checker: | |
runs-on: ubuntu-latest | |
name: Label Checker | |
steps: | |
- name: Check Labels | |
uses: docker://agilepathway/pull-request-label-checker:latest | |
with: | |
one_of: V4 | |
repo_token: ${{ secrets.GITHUB_TOKEN }} | |