-
-
Notifications
You must be signed in to change notification settings - Fork 331
41 lines (38 loc) · 796 Bytes
/
pr-labels.yaml
File metadata and controls
41 lines (38 loc) · 796 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
---
name: PR Labels
# yamllint disable-line rule:truthy
on:
pull_request:
types:
- opened
- synchronize
- reopened
- labeled
- unlabeled
- ready_for_review
branches:
- stable
- dev
pull_request_target:
types:
- opened
- synchronize
- reopened
- labeled
- unlabeled
- ready_for_review
branches:
- stable
- dev
permissions:
contents: read
jobs:
pr_labels:
name: Verify
runs-on: ubuntu-latest
steps:
- name: 🏷 Verify PR has a valid label
uses: ludeeus/action-require-labels@1.1.0
with:
labels: >-
breaking-change, bugfix, refactor, new-feature, maintenance, ci, dependencies, documentation, new-provider, enhancement