-
-
Notifications
You must be signed in to change notification settings - Fork 299
31 lines (29 loc) · 748 Bytes
/
label-issues.yml
File metadata and controls
31 lines (29 loc) · 748 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
name: Auto-Label Issues and PRs
on:
pull_request:
types:
- opened
- edited
issues:
types:
- opened
- edited
jobs:
label:
uses: supabase/actions/.github/workflows/label-issues.yml@659b3cd74a64ee2f1ca0a527922f134707e54671
with:
label_mappings: |
{
"gotrue": "auth",
"auth": "auth",
"storage": "storage",
"storage_client": "storage",
"realtime": "realtime",
"realtime_client": "realtime",
"postgrest": "postgrest",
"functions": "functions",
"functions_client": "functions",
"auth_ui": "auth-ui",
"supabase": "supabase",
"supabase_flutter": "supabase_flutter"
}