1
0
mirror of https://github.com/danog/psalm.git synced 2024-11-30 04:39:00 +01:00

Added check for release:* labels

This commit is contained in:
Bruce Weirdan 2021-10-31 14:45:03 +02:00
parent 7f14d09f30
commit 72b03dc30b
No known key found for this signature in database
GPG Key ID: CFC3AAB181751B0D

13
.github/workflows/pr-labels.yml vendored Normal file
View File

@ -0,0 +1,13 @@
name: Pull Request Labels
on:
pull_request:
types: [opened, reopened, labeled, unlabeled, synchronize]
jobs:
label:
runs-on: ubuntu-latest
steps:
- uses: mheap/github-action-required-labels@v1
with:
mode: minimum
count: 1
labels: "release:typo, release:fix, release:feature, release:deprecation, release:internal, release:docs"