-
Notifications
You must be signed in to change notification settings - Fork 0
147 lines (145 loc) · 7.7 KB
/
Copy pathcreate-labels.yml
File metadata and controls
147 lines (145 loc) · 7.7 KB
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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
name: Create Labels
on:
repository_dispatch:
types: [create_labels]
jobs:
create_labels:
runs-on: ubuntu-latest
steps:
- name: Create GitHub labels
uses: juliangruber/create-github-labels-action@v2
with:
access-token: ${{ secrets.GITHUB_TOKEN }}
labels: |
- name: '1️⃣ Prelease'
color: '006b75'
description: 'Tasks for the pre-MVP release with only the bare minimum to launch, without customer validation.'
- name: '2️⃣ MVP'
color: '0075ca'
description: 'Tasks for the initial MVP release, focusing on core features and validation.'
- name: '3️⃣ Post Release'
color: '28a745'
description: 'Tasks for improving the product after MVP launch, based on feedback from signed-up users.'
- name: '⏳ Story Points: 1'
color: '6f42c1'
description: 'Estimated effort: 1-2 hours.'
- name: '⏳ Story Points: 2-3'
color: 'ffdf5d'
description: 'Estimated effort: 2-4 hours.'
- name: '⏳ Story Points: 5'
color: 'ff7800'
description: 'Estimated effort: 5-8 hours.'
- name: '⏳ Story Points: 8'
color: 'd73a4a'
description: 'Estimated effort: 10-16 hours.'
- name: '⏳ Story Points: 13'
color: 'a29bfe'
description: 'Estimated effort: 16+ hours.'
- name: '⏳ Story Points: 20+'
color: '000000'
description: 'Estimated effort: 40+ hours.'
- name: '☁️ Cloud Infrastructure'
color: 'ffd33d'
description: 'Tasks involving AWS services such as EC2, S3, RDS, Lambda, and other cloud-based infrastructure.'
- name: '⚙️ DevOps'
color: '6f42c1'
description: 'Tasks associated with development operations, including automation, CI/CD, and infrastructure management.'
- name: '⚫ Difficulty: Epic'
color: '000000'
description: 'Large, multi-phase tasks or projects requiring significant effort.'
- name: '✨ Feature'
color: '663399'
description: 'Tasks focused on developing new features or adding functionality.'
- name: '🌐 Testing: End-to-End'
color: 'a2eeef'
description: 'Tasks involving tests that validate the entire application flow from start to finish.'
- name: '🌱 Difficulty: Simple'
color: '0e8a16'
description: 'Basic tasks with minimal complexity.'
- name: '🍎 Platform-Specific: iOS'
color: '2ea44f'
description: 'Tasks specific to iOS development, including iPhone/iPad features and compatibility.'
- name: '🤖 Platform-Specific: Android'
color: '4c1a95'
description: 'Tasks related to Android-specific development and compatibility.'
- name: '🎨 Client Side'
color: '1b6b91'
description: 'Tasks related to frontend development, such as UI/UX or component design.'
- name: '🏬 Deployment: App Store Release'
color: 'ffdf5d'
description: 'Tasks related to preparing and submitting updates to the App Store.'
- name: '👍 Difficulty: Easy'
color: 'f9d0c4'
description: 'Low-complexity tasks, typically straightforward.'
- name: '👩💻 Component/UI'
color: 'c5def5'
description: 'Tasks for developing or designing individual UI components, focusing on reusable elements.'
- name: '📉 Technical Debt'
color: 'f9d0c4'
description: 'Tasks related to addressing shortcuts or temporary fixes that need improvement.'
- name: '📚 Documentation: Updates'
color: '6c757d'
description: 'Tasks involving updates or improvements to existing documentation.'
- name: '📝 Documentation: New'
color: '0052cc'
description: 'Tasks focused on creating entirely new documentation.'
- name: '📱 App Store / Google Play Store'
color: '5319e7'
description: 'Things related to App Store and Google Play Store.'
- name: '📱 Deployment: Google Play Release'
color: 'a4f9e0'
description: 'Tasks related to submitting updates to Google Play for Android users.'
- name: '📱 Validation: Platform-Specific'
color: 'e7e7e7'
description: 'Tasks for platform-specific validation, such as for iOS or Android environments.'
- name: '🔄 Maintenance: Dependency Update'
color: '0366d6'
description: 'Tasks related to updating project dependencies like libraries or frameworks.'
- name: '🔥 Difficulty: Hard'
color: 'd73a4a'
description: 'High-complexity tasks involving significant changes.'
- name: '🔬 QA/Automation'
color: '2db1eb'
description: 'Tasks involving writing, updating, or automating tests to ensure code quality.'
- name: '🔬 Testing: Unit'
color: 'e7e7e7'
description: 'Tasks focused on writing or running unit tests for individual components.'
- name: '🖥️ Backend'
color: '6e5494'
description: 'Tasks related to backend development, such as APIs, databases, or server logic.'
- name: '🚀 Deployment: TestFlight Release'
color: '0366d6'
description: 'Tasks related to preparing and rolling updates to TestFlight for beta testing.'
- name: '🚨 Priority: Critical'
color: 'e11d21'
description: 'Urgent tasks that must be handled immediately to avoid major problems or system failure.'
- name: '🚨 Priority: High'
color: 'fbca04'
description: 'Requires timely attention. May cause larger issues if not addressed soon.'
- name: '🚨 Priority: Medium'
color: 'fef2c0'
description: 'Important tasks, but not urgent. Should be addressed after high-priority items.'
- name: '🚨 Priority: Low'
color: 'c2e0c6'
description: 'Tasks with minimal impact. Can be handled when there's free time.'
- name: '🛠️ Difficulty: Moderate'
color: 'ffdf5d'
description: 'Tasks of medium complexity affecting multiple components.'
- name: '🧠 Difficulty: Very Hard'
color: '5319e7'
description: 'Advanced tasks requiring deep expertise or extensive work.'
- name: '🧠 Logic/Functions'
color: '6e5494'
description: 'Tasks for implementing behind-the-scenes business logic and functions, not related to visuals.'
- name: '🧩 Testing: Integration'
color: 'f9d0c4'
description: 'Tasks for ensuring that different parts of the system work together as expected.'
- name: '🧪 Validation: TestFlight'
color: 'fbca04'
description: 'Tasks related to validating features and collecting feedback from TestFlight users.'
- name: '🧹 Maintenance: Chore'
color: 'e4e669'
description: 'Routine maintenance tasks that are required for upkeep but don’t add features.'
- name: '🪲 Bug'
color: 'd73a4a'
description: 'Something isn’t working.'