This repository has been archived by the owner on Jan 12, 2024. It is now read-only.
Readme updates #355
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: Require API Review | |
on: | |
pull_request: | |
types: [labeled, unlabeled, opened, edited, synchronize] | |
jobs: | |
enforce-label: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: yogevbd/enforce-label-action@2.1.0 | |
with: | |
BANNED_LABELS: "Status-NeedsAPIReview" | |
BANNED_LABELS_DESCRIPTION: "PR blocked until required API review is completed. Please see https://aka.ms/qsharp-api-process." |