You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
-`./scripts/gh.sh issue view 123 --comments` — view with comments
27
+
-`./scripts/gh.sh search issues "query" --limit 10` — search for issues
28
+
-`./scripts/edit-issue-labels.sh` — apply labels to the issue
28
29
29
30
3. Analyze the issue content, considering:
30
31
@@ -39,9 +40,9 @@ TASK OVERVIEW:
39
40
40
41
- Choose labels that accurately reflect the issue's nature
41
42
- Be specific but comprehensive
42
-
- IMPORTANT: Add a priority label (P1, P2, or P3) based on the label descriptions from gh label list
43
+
- IMPORTANT: Add a priority label (P1, P2, or P3) based on the label descriptions from ./scripts/gh.sh label list
43
44
- Consider platform labels (android, ios) if applicable
44
-
- If you find similar issues using gh search, consider using a "duplicate" label if appropriate. Only do so if the issue is a duplicate of another OPEN issue.
45
+
- If you find similar issues using ./scripts/gh.sh search, consider using a "duplicate" label if appropriate. Only do so if the issue is a duplicate of another OPEN issue.
45
46
46
47
5. Apply the selected labels:
47
48
- Use `./scripts/edit-issue-labels.sh --issue NUMBER --add-label LABEL1 --add-label LABEL2` to apply your selected labels
0 commit comments