Skip to content

Rewrite to async

Rewrite to async #1

Workflow file for this run

# Verify valid PR labels
name: PR Labels
on:
pull_request:
types:
- synchronize
- labeled
- unlabeled
branches:
- master
jobs:
pr_labels:
name: Verify
runs-on: ubuntu-latest
steps:
- name: Verify PR has a valid label
uses: ludeeus/[email protected]
with:
labels: >-
breaking-change, bug, chore, enhancement, refactor