forked from TokamakUI/Tokamak
-
Notifications
You must be signed in to change notification settings - Fork 0
31 lines (28 loc) · 825 Bytes
/
label.yml
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
name: Check PR labels
# Controls when the action will run. Triggers the workflow on push or pull request
# events but only for the `main` branch
on:
pull_request:
branches: [ main ]
types: [ opened, synchronize, reopened, labeled, unlabeled ]
# A workflow run is made up of one or more jobs that can run sequentially or in parallel
jobs:
check-labels:
# The type of runner that the job will run on
runs-on: ubuntu-20.04
steps:
- name: Match PR Label
uses: zwaldowski/match-label-action@v2
with:
allowed_multiple: >
API design,
bug,
continuous integration,
dependencies,
documentation,
enhancement,
Fiber,
refactor,
SwiftUI compatibility,
test suite,
GTK renderer,