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:
parent
7f14d09f30
commit
72b03dc30b
13
.github/workflows/pr-labels.yml
vendored
Normal file
13
.github/workflows/pr-labels.yml
vendored
Normal 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"
|
Loading…
Reference in New Issue
Block a user